#BBDD83

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

Shades of Sulu #BBDD83

Tints of Sulu #BBDD83

Color information

#BBDD83 (or 0xBBDD83) is unknown color: approx Sulu. HEX triplet: BB, DD and 83. RGB value is (187,221,131). Sum of RGB (Red+Green+Blue) = 187+221+131=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD83 is #44227C. Grayscale: #C8C8C8. Windows color (decimal): -4465277 or 8641979. OLE color: 8641979.

HSL color Cylindrical-coordinate representation of color #BBDD83: hue angle of 82.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBDD83 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB187221131-
CMYK0.1500.410.13
HSL82.67º56.96%69.02%-
HSV(B)82.67º40.72%86.67%-
XYZ50.4563.9231.15-
YUV200.5788.74118.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 131 (51.56% from 255) = 24.30%
R=34.69%
G=41.00%
B=24.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211310.1500.410.1382.6756.9669.02
HexBBDD83F029D533945
Octal273335203170511512371105
Binary10111011110111011000001111110101001110110100111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD83; }

 p { color: rgb(187,221,131); }

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

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

 a { background-color: rgb(187,221,131); }

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

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

 span { border-color: rgb(187,221,131); }

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