#BBC6AB

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

Shades of Pale Leaf #BBC6AB

Tints of Pale Leaf #BBC6AB

Color information

#BBC6AB (or 0xBBC6AB) is unknown color: approx Pale Leaf. HEX triplet: BB, C6 and AB. RGB value is (187,198,171). Sum of RGB (Red+Green+Blue) = 187+198+171=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6AB is #443954. Grayscale: #BFBFBF. Windows color (decimal): -4471125 or 11257531. OLE color: 11257531.

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

Color convert

RGB187198171-
CMYK0.0600.140.22
HSL84.44º19.15%72.35%-
HSV(B)84.44º13.64%77.65%-
XYZ48.0453.8946.4-
YUV191.63116.36124.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=33.63%
G=35.61%
B=30.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981710.0600.140.2284.4419.1572.35
HexBBC6AB60E16541348
Octal27330625360162612423110
Binary10111011110001101010101111001110101101010100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6AB; }

 p { color: rgb(187,198,171); }

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

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

 a { background-color: rgb(187,198,171); }

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

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

 span { border-color: rgb(187,198,171); }

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