Html Css Color HEX #BBC3AA Pale Leaf

📋 copy color: '#BBC3AA'

red 187 ◦ green 195 ◦ blue 170

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

Shades of Pale Leaf #BBC3AA

Tints of Pale Leaf #BBC3AA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.33%

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

R = 33.88%
G = 35.33%
B = 30.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#BBC3AA (or 0xBBC3AA) is known color: Pale Leaf. HEX triplet: BB, C3 and AA. RGB value is (187,195,170). Sum of RGB (Red+Green+Blue) = 187+195+170=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3AA is #443C55. Grayscale: #BDBDBD. Windows color (decimal): -4471894 or 11191227. OLE color: 11191227.

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

Color convert

RGB 187 195 170 -
CMYK 0.04 0 0.13 0.24
HSL 79.2º 0.17% 0.72% -
HSV(B) 79.2º 0.13% 0.76% -
XYZ 47.26 52.5 45.67 -
YUV 189.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 187 195 170 0.04 0 0.13 0.24 79.2 0.17 0.72
Hex BB C3 AA 4 0 D 18 4F 11 48
Octal 273 303 252 4 0 15 30 117 21 110
Binary 10111011 11000011 10101010 100 0 1101 11000 1001111 10001 1001000

Color Harmonies of #BBC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3AA

Black with #BBC3AA

Text Example


Text Example

White with #BBC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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