#BEE285

Color #BEE285 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BEE285

Tints of Sulu #BEE285

Color information

#BEE285 (or 0xBEE285) is unknown color: approx Sulu. HEX triplet: BE, E2 and 85. RGB value is (190,226,133). Sum of RGB (Red+Green+Blue) = 190+226+133=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE285 is #411D7A. Grayscale: #CCCCCC. Windows color (decimal): -4267387 or 8774334. OLE color: 8774334.

HSL color Cylindrical-coordinate representation of color #BEE285: hue angle of 83.23º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEE285 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB190226133-
CMYK0.1600.410.11
HSL83.23º61.59%70.39%-
HSV(B)83.23º41.15%88.63%-
XYZ52.6767.0332.35-
YUV204.6387.57117.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 226 (88.67% from 255) = 41.17%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=34.61%
G=41.17%
B=24.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902261330.1600.410.1183.2361.5970.39
HexBEE28510029B533e46
Octal276342205200511312376106
Binary101111101110001010000101100000101001101110100111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE285; }

 p { color: rgb(190,226,133); }

 H1.HeaderClassName
 {
   color: #BEE285;
 }
 .AnyTagClassName
 {
   color: #BEE285;
 }
</style>
background-color css

<style>
 a { background-color: #BEE285; }

 a { background-color: rgb(190,226,133); }

 div.DivClassName
 {
   background-color: #BEE285;
 }
 .BgClassName
 {
   background-color: #BEE285;
 }
</style>
border-color css

<style>
 span { border-color: #BEE285; }

 span { border-color: rgb(190,226,133); }

 td.TdClassName
 {
   border-color: #BEE285;
 }
 .TagClassName
 {
   border-color: #BEE285;
 }
</style>