#BBD986

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

Shades of Sulu #BBD986

Tints of Sulu #BBD986

Color information

#BBD986 (or 0xBBD986) is unknown color: approx Sulu. HEX triplet: BB, D9 and 86. RGB value is (187,217,134). Sum of RGB (Red+Green+Blue) = 187+217+134=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD986 is #442679. Grayscale: #C6C6C6. Windows color (decimal): -4466298 or 8837563. OLE color: 8837563.

HSL color Cylindrical-coordinate representation of color #BBD986: hue angle of 81.69º degrees, saturation: 0.52, 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 #BBD986 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB187217134-
CMYK0.1400.380.15
HSL81.69º52.2%68.82%-
HSV(B)81.69º38.25%85.1%-
XYZ49.6161.9131.89-
YUV198.5791.56119.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 134 (52.73% from 255) = 24.91%
R=34.76%
G=40.33%
B=24.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171340.1400.380.1581.6952.268.82
HexBBD986E026F523445
Octal273331206160461712264105
Binary10111011110110011000011011100100110111110100101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD986; }

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

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

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

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

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

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

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

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