Html Css Color HEX #BBC8AA Pale Leaf

📋 copy color: '#BBC8AA'

red 187 ◦ green 200 ◦ blue 170

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

Shades of Pale Leaf #BBC8AA

Tints of Pale Leaf #BBC8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.91%

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

R = 33.57%
G = 35.91%
B = 30.52%

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

#BBC8AA (or 0xBBC8AA) is known color: Pale Leaf. HEX triplet: BB, C8 and AA. RGB value is (187,200,170). Sum of RGB (Red+Green+Blue) = 187+200+170=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8AA is #443755. Grayscale: #C0C0C0. Windows color (decimal): -4470614 or 11192507. OLE color: 11192507.

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

Color convert

RGB 187 200 170 -
CMYK 0.06 0 0.15 0.22
HSL 86º 0.21% 0.73% -
HSV(B) 86º 0.15% 0.78% -
XYZ 48.4 54.78 46.05 -
YUV 192.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 187 200 170 0.06 0 0.15 0.22 86 0.21 0.73
Hex BB C8 AA 6 0 F 16 56 15 49
Octal 273 310 252 6 0 17 26 126 25 111
Binary 10111011 11001000 10101010 110 0 1111 10110 1010110 10101 1001001

Color Harmonies of #BBC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8AA

Black with #BBC8AA

Text Example


Text Example

White with #BBC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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