#BBD886

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

Shades of Sulu #BBD886

Tints of Sulu #BBD886

Color information

#BBD886 (or 0xBBD886) is unknown color: approx Sulu. HEX triplet: BB, D8 and 86. RGB value is (187,216,134). Sum of RGB (Red+Green+Blue) = 187+216+134=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD886 is #442779. Grayscale: #C6C6C6. Windows color (decimal): -4466554 or 8837307. OLE color: 8837307.

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

Color convert

RGB187216134-
CMYK0.1300.380.15
HSL81.22º51.25%68.63%-
HSV(B)81.22º37.96%84.71%-
XYZ49.3561.431.8-
YUV197.9891.89120.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=34.82%
G=40.22%
B=24.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161340.1300.380.1581.2251.2568.63
HexBBD886D026F513345
Octal273330206150461712163105
Binary10111011110110001000011011010100110111110100011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD886; }

 p { color: rgb(187,216,134); }

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

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

 a { background-color: rgb(187,216,134); }

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

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

 span { border-color: rgb(187,216,134); }

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