Html Css Color HEX #BBC9A4 Pale Leaf

📋 copy color: '#BBC9A4'

red 187 ◦ green 201 ◦ blue 164

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

Shades of Pale Leaf #BBC9A4

Tints of Pale Leaf #BBC9A4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.41%

 BLUE value IS 164 (64.45% from 255) = 29.71%

R = 33.88%
G = 36.41%
B = 29.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#BBC9A4 (or 0xBBC9A4) is known color: Pale Leaf. HEX triplet: BB, C9 and A4. RGB value is (187,201,164). Sum of RGB (Red+Green+Blue) = 187+201+164=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9A4 is #44365B. Grayscale: #C0C0C0. Windows color (decimal): -4470364 or 10799547. OLE color: 10799547.

HSL color Cylindrical-coordinate representation of color #BBC9A4: hue angle of 82.7º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC9A4 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 164 -
CMYK 0.07 0 0.18 0.21
HSL 82.7º 0.26% 0.72% -
HSV(B) 82.7º 0.18% 0.79% -
XYZ 48.08 55.02 43.21 -
YUV 192.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 187 201 164 0.07 0 0.18 0.21 82.7 0.26 0.72
Hex BB C9 A4 7 0 12 15 53 1A 48
Octal 273 311 244 7 0 22 25 123 32 110
Binary 10111011 11001001 10100100 111 0 10010 10101 1010011 11010 1001000

Color Harmonies of #BBC9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9A4

Black with #BBC9A4

Text Example


Text Example

White with #BBC9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9A4; }

 p { color: rgb(187,201,164); }

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

background-color css

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

 a { background-color: rgb(187,201,164); }

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

border-color css

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

 span { border-color: rgb(187,201,164); }

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