Html Css Color HEX #BBC2AA Pale Leaf

📋 copy color: '#BBC2AA'

red 187 ◦ green 194 ◦ blue 170

#BBC2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #BBC2AA

Tints of Pale Leaf #BBC2AA

RGB

 RED value IS 187 (73.44% from 255) = 33.94%

 GREEN value IS 194 (76.17% from 255) = 35.21%

 BLUE value IS 170 (66.8% from 255) = 30.85%

R = 33.94%
G = 35.21%
B = 30.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#BBC2AA (or 0xBBC2AA) is known color: Pale Leaf. HEX triplet: BB, C2 and AA. RGB value is (187,194,170). Sum of RGB (Red+Green+Blue) = 187+194+170=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2AA is #443D55. Grayscale: #BDBDBD. Windows color (decimal): -4472150 or 11190971. OLE color: 11190971.

HSL color Cylindrical-coordinate representation of color #BBC2AA: hue angle of 77.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC2AA is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 170 -
CMYK 0.04 0 0.12 0.24
HSL 77.5º 0.16% 0.71% -
HSV(B) 77.5º 0.12% 0.76% -
XYZ 47.04 52.05 45.6 -
YUV 189.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 187 194 170 0.04 0 0.12 0.24 77.5 0.16 0.71
Hex BB C2 AA 4 0 C 18 4E 10 47
Octal 273 302 252 4 0 14 30 116 20 107
Binary 10111011 11000010 10101010 100 0 1100 11000 1001110 10000 1000111

Color Harmonies of #BBC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2AA

Black with #BBC2AA

Text Example


Text Example

White with #BBC2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2AA; }

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

 H1.HeaderClassName
 {
   color: #BBC2AA;
 }
 .AnyTagClassName
 {
   color: #BBC2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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