#BBDE85

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

Shades of Sulu #BBDE85

Tints of Sulu #BBDE85

Color information

#BBDE85 (or 0xBBDE85) is unknown color: approx Sulu. HEX triplet: BB, DE and 85. RGB value is (187,222,133). Sum of RGB (Red+Green+Blue) = 187+222+133=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE85 is #44217A. Grayscale: #C9C9C9. Windows color (decimal): -4465019 or 8773307. OLE color: 8773307.

HSL color Cylindrical-coordinate representation of color #BBDE85: hue angle of 83.6º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBDE85 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB187222133-
CMYK0.1600.400.13
HSL83.6º57.42%69.61%-
HSV(B)83.6º40.09%87.06%-
XYZ50.8564.531.96-
YUV201.3989.4117.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=34.50%
G=40.96%
B=24.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221330.1600.400.1383.657.4269.61
HexBBDE8510028D543946
Octal273336205200501512471106
Binary101110111101111010000101100000101000110110101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE85; }

 p { color: rgb(187,222,133); }

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

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

 a { background-color: rgb(187,222,133); }

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

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

 span { border-color: rgb(187,222,133); }

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