#BBC8AA

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

Shades of Pale Leaf #BBC8AA

Tints of Pale Leaf #BBC8AA

Color information

#BBC8AA (or 0xBBC8AA) is unknown color: approx Pale Leaf. HEX triplet: BB, C8 and AA. RGB value is (187,200,170). Sum of RGB (Red+Green+Blue) = 187+200+170=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8AA is #443755. Grayscale: #C0C0C0. Windows color (decimal): -4470614 or 11192507. OLE color: 11192507.

HSL color Cylindrical-coordinate representation of color #BBC8AA: hue angle of 86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC8AA is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB187200170-
CMYK0.0600.150.22
HSL86º21.43%72.55%-
HSV(B)86º15%78.43%-
XYZ48.454.7846.05-
YUV192.69115.19123.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=33.57%
G=35.91%
B=30.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001700.0600.150.228621.4372.55
HexBBC8AA60F16561549
Octal27331025260172612625111
Binary10111011110010001010101011001111101101010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8AA; }

 p { color: rgb(187,200,170); }

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

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

 a { background-color: rgb(187,200,170); }

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

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

 span { border-color: rgb(187,200,170); }

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