Html Css Color HEX #BBC8A4 Pale Leaf

📋 copy color: '#BBC8A4'

red 187 ◦ green 200 ◦ blue 164

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

Shades of Pale Leaf #BBC8A4

Tints of Pale Leaf #BBC8A4

RGB

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

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

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

R = 33.94%
G = 36.3%
B = 29.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#BBC8A4 (or 0xBBC8A4) is known color: Pale Leaf. HEX triplet: BB, C8 and A4. RGB value is (187,200,164). Sum of RGB (Red+Green+Blue) = 187+200+164=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8A4 is #44375B. Grayscale: #C0C0C0. Windows color (decimal): -4470620 or 10799291. OLE color: 10799291.

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

Color convert

RGB 187 200 164 -
CMYK 0.06 0 0.18 0.22
HSL 81.67º 0.25% 0.71% -
HSV(B) 81.67º 0.18% 0.78% -
XYZ 47.85 54.55 43.13 -
YUV 192.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 187 200 164 0.06 0 0.18 0.22 81.67 0.25 0.71
Hex BB C8 A4 6 0 12 16 52 19 47
Octal 273 310 244 6 0 22 26 122 31 107
Binary 10111011 11001000 10100100 110 0 10010 10110 1010010 11001 1000111

Color Harmonies of #BBC8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8A4

Black with #BBC8A4

Text Example


Text Example

White with #BBC8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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