Html Css Color HEX #BBC5A9 Pale Leaf

📋 copy color: '#BBC5A9'

red 187 ◦ green 197 ◦ blue 169

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

Shades of Pale Leaf #BBC5A9

Tints of Pale Leaf #BBC5A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.56%

R = 33.82%
G = 35.62%
B = 30.56%

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

#BBC5A9 (or 0xBBC5A9) is known color: Pale Leaf. HEX triplet: BB, C5 and A9. RGB value is (187,197,169). Sum of RGB (Red+Green+Blue) = 187+197+169=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5A9 is #443A56. Grayscale: #BEBEBE. Windows color (decimal): -4471383 or 11126203. OLE color: 11126203.

HSL color Cylindrical-coordinate representation of color #BBC5A9: hue angle of 81.43º 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 #BBC5A9 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 169 -
CMYK 0.05 0 0.14 0.23
HSL 81.43º 0.19% 0.72% -
HSV(B) 81.43º 0.14% 0.77% -
XYZ 47.62 53.36 45.33 -
YUV 190.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 187 197 169 0.05 0 0.14 0.23 81.43 0.19 0.72
Hex BB C5 A9 5 0 E 17 51 13 48
Octal 273 305 251 5 0 16 27 121 23 110
Binary 10111011 11000101 10101001 101 0 1110 10111 1010001 10011 1001000

Color Harmonies of #BBC5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5A9

Black with #BBC5A9

Text Example


Text Example

White with #BBC5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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