Html Css Color HEX #BBC5AA Pale Leaf

📋 copy color: '#BBC5AA'

red 187 ◦ green 197 ◦ blue 170

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

Shades of Pale Leaf #BBC5AA

Tints of Pale Leaf #BBC5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.56%

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

R = 33.75%
G = 35.56%
B = 30.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#BBC5AA (or 0xBBC5AA) is known color: Pale Leaf. HEX triplet: BB, C5 and AA. RGB value is (187,197,170). Sum of RGB (Red+Green+Blue) = 187+197+170=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5AA is #443A55. Grayscale: #BFBFBF. Windows color (decimal): -4471382 or 11191739. OLE color: 11191739.

HSL color Cylindrical-coordinate representation of color #BBC5AA: hue angle of 82.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC5AA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 170 -
CMYK 0.05 0 0.14 0.23
HSL 82.22º 0.19% 0.72% -
HSV(B) 82.22º 0.14% 0.77% -
XYZ 47.72 53.4 45.82 -
YUV 190.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 187 197 170 0.05 0 0.14 0.23 82.22 0.19 0.72
Hex BB C5 AA 5 0 E 17 52 13 48
Octal 273 305 252 5 0 16 27 122 23 110
Binary 10111011 11000101 10101010 101 0 1110 10111 1010010 10011 1001000

Color Harmonies of #BBC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5AA

Black with #BBC5AA

Text Example


Text Example

White with #BBC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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