Html Css Color HEX #BBC7AA Pale Leaf

📋 copy color: '#BBC7AA'

red 187 ◦ green 199 ◦ blue 170

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

Shades of Pale Leaf #BBC7AA

Tints of Pale Leaf #BBC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.79%

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

R = 33.63%
G = 35.79%
B = 30.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#BBC7AA (or 0xBBC7AA) is known color: Pale Leaf. HEX triplet: BB, C7 and AA. RGB value is (187,199,170). Sum of RGB (Red+Green+Blue) = 187+199+170=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC7AA is #443855. Grayscale: #C0C0C0. Windows color (decimal): -4470870 or 11192251. OLE color: 11192251.

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

Color convert

RGB 187 199 170 -
CMYK 0.06 0 0.15 0.22
HSL 84.83º 0.21% 0.72% -
HSV(B) 84.83º 0.15% 0.78% -
XYZ 48.17 54.31 45.97 -
YUV 192.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 187 199 170 0.06 0 0.15 0.22 84.83 0.21 0.72
Hex BB C7 AA 6 0 F 16 55 15 48
Octal 273 307 252 6 0 17 26 125 25 110
Binary 10111011 11000111 10101010 110 0 1111 10110 1010101 10101 1001000

Color Harmonies of #BBC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7AA

Black with #BBC7AA

Text Example


Text Example

White with #BBC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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