#BBC1AE

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

Shades of Pale Leaf #BBC1AE

Tints of Pale Leaf #BBC1AE

Color information

#BBC1AE (or 0xBBC1AE) is unknown color: approx Pale Leaf. HEX triplet: BB, C1 and AE. RGB value is (187,193,174). Sum of RGB (Red+Green+Blue) = 187+193+174=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1AE is #443E51. Grayscale: #BDBDBD. Windows color (decimal): -4472402 or 11452859. OLE color: 11452859.

HSL color Cylindrical-coordinate representation of color #BBC1AE: hue angle of 78.95º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC1AE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB187193174-
CMYK0.0300.100.24
HSL78.95º13.29%71.96%-
HSV(B)78.95º9.84%75.69%-
XYZ47.251.7647.55-
YUV189.04119.51126.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=33.75%
G=34.84%
B=31.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931740.0300.100.2478.9513.2971.96
HexBBC1AE30A184fd48
Octal27330125630123011715110
Binary101110111100000110101110110101011000100111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1AE; }

 p { color: rgb(187,193,174); }

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

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

 a { background-color: rgb(187,193,174); }

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

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

 span { border-color: rgb(187,193,174); }

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