#BBED8C

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

Shades of Sulu #BBED8C

Tints of Sulu #BBED8C

Color information

#BBED8C (or 0xBBED8C) is unknown color: approx Sulu. HEX triplet: BB, ED and 8C. RGB value is (187,237,140). Sum of RGB (Red+Green+Blue) = 187+237+140=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBED8C is #441273. Grayscale: #D3D3D3. Windows color (decimal): -4461172 or 9235899. OLE color: 9235899.

HSL color Cylindrical-coordinate representation of color #BBED8C: hue angle of 90.93º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBED8C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB187237140-
CMYK0.2100.410.07
HSL90.93º72.93%73.92%-
HSV(B)90.93º40.93%92.94%-
XYZ55.5173.0335.98-
YUV210.9987.94110.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 237 (92.97% from 255) = 42.02%
BLUE value IS 140 (55.08% from 255) = 24.82%
R=33.16%
G=42.02%
B=24.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371400.2100.410.0790.9372.9373.92
HexBBED8C1502975b494a
Octal273355214250517133111112
Binary101110111110110110001100101010101001111101101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBED8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBED8C; }

 p { color: rgb(187,237,140); }

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

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

 a { background-color: rgb(187,237,140); }

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

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

 span { border-color: rgb(187,237,140); }

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