#BBDF7E

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

Shades of Sulu #BBDF7E

Tints of Sulu #BBDF7E

Color information

#BBDF7E (or 0xBBDF7E) is unknown color: approx Sulu. HEX triplet: BB, DF and 7E. RGB value is (187,223,126). Sum of RGB (Red+Green+Blue) = 187+223+126=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF7E is #442081. Grayscale: #C9C9C9. Windows color (decimal): -4464770 or 8314811. OLE color: 8314811.

HSL color Cylindrical-coordinate representation of color #BBDF7E: hue angle of 82.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBDF7E is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB187223126-
CMYK0.1600.430.13
HSL82.27º60.25%68.43%-
HSV(B)82.27º43.5%87.45%-
XYZ50.6564.8529.59-
YUV201.1885.57117.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 223 (87.5% from 255) = 41.60%
BLUE value IS 126 (49.61% from 255) = 23.51%
R=34.89%
G=41.60%
B=23.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231260.1600.430.1382.2760.2568.43
HexBBDF7E1002BD523c44
Octal273337176200531512274104
Binary10111011110111111111110100000101011110110100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDF7E; }

 p { color: rgb(187,223,126); }

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

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

 a { background-color: rgb(187,223,126); }

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

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

 span { border-color: rgb(187,223,126); }

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