Html Css Color HEX #BBC6AA Pale Leaf

📋 copy color: '#BBC6AA'

red 187 ◦ green 198 ◦ blue 170

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

Shades of Pale Leaf #BBC6AA

Tints of Pale Leaf #BBC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.68%

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

R = 33.69%
G = 35.68%
B = 30.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BBC6AA (or 0xBBC6AA) is known color: Pale Leaf. HEX triplet: BB, C6 and AA. RGB value is (187,198,170). Sum of RGB (Red+Green+Blue) = 187+198+170=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6AA is #443955. Grayscale: #BFBFBF. Windows color (decimal): -4471126 or 11191995. OLE color: 11191995.

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

Color convert

RGB 187 198 170 -
CMYK 0.06 0 0.14 0.22
HSL 83.57º 0.2% 0.72% -
HSV(B) 83.57º 0.14% 0.78% -
XYZ 47.94 53.86 45.9 -
YUV 191.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 187 198 170 0.06 0 0.14 0.22 83.57 0.2 0.72
Hex BB C6 AA 6 0 E 16 54 14 48
Octal 273 306 252 6 0 16 26 124 24 110
Binary 10111011 11000110 10101010 110 0 1110 10110 1010100 10100 1001000

Color Harmonies of #BBC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6AA

Black with #BBC6AA

Text Example


Text Example

White with #BBC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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