#BBD885

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

Shades of Sulu #BBD885

Tints of Sulu #BBD885

Color information

#BBD885 (or 0xBBD885) is unknown color: approx Sulu. HEX triplet: BB, D8 and 85. RGB value is (187,216,133). Sum of RGB (Red+Green+Blue) = 187+216+133=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD885 is #44277A. Grayscale: #C6C6C6. Windows color (decimal): -4466555 or 8771771. OLE color: 8771771.

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

Color convert

RGB187216133-
CMYK0.1300.380.15
HSL80.96º51.55%68.43%-
HSV(B)80.96º38.43%84.71%-
XYZ49.2861.3731.44-
YUV197.8791.39120.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 216 (84.77% from 255) = 40.30%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=34.89%
G=40.30%
B=24.81%

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
Decimal1872161330.1300.380.1580.9651.5568.43
HexBBD885D026F513444
Octal273330205150461712164104
Binary10111011110110001000010111010100110111110100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD885; }

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

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

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

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

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

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

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

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