#BBCAA6

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

Shades of Pale Leaf #BBCAA6

Tints of Pale Leaf #BBCAA6

Color information

#BBCAA6 (or 0xBBCAA6) is unknown color: approx Pale Leaf. HEX triplet: BB, CA and A6. RGB value is (187,202,166). Sum of RGB (Red+Green+Blue) = 187+202+166=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAA6 is #443559. Grayscale: #C1C1C1. Windows color (decimal): -4470106 or 10930875. OLE color: 10930875.

HSL color Cylindrical-coordinate representation of color #BBCAA6: hue angle of 85º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCAA6 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB187202166-
CMYK0.0700.180.21
HSL85º25.35%72.16%-
HSV(B)85º17.82%79.22%-
XYZ48.555.5644.24-
YUV193.41112.53123.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 166 (65.23% from 255) = 29.91%
R=33.69%
G=36.40%
B=29.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021660.0700.180.218525.3572.16
HexBBCAA6701215551948
Octal27331224670222512531110
Binary101110111100101010100110111010010101011010101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAA6; }

 p { color: rgb(187,202,166); }

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

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

 a { background-color: rgb(187,202,166); }

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

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

 span { border-color: rgb(187,202,166); }

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