Html Css Color HEX #B8C0AA Pale Leaf

📋 copy color: '#B8C0AA'

red 184 ◦ green 192 ◦ blue 170

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

Shades of Pale Leaf #B8C0AA

Tints of Pale Leaf #B8C0AA

RGB

 RED value IS 184 (72.27% from 255) = 33.7%

 GREEN value IS 192 (75.39% from 255) = 35.16%

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

R = 33.7%
G = 35.16%
B = 31.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#B8C0AA (or 0xB8C0AA) is known color: Pale Leaf. HEX triplet: B8, C0 and AA. RGB value is (184,192,170). Sum of RGB (Red+Green+Blue) = 184+192+170=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C0AA is #473F55. Grayscale: #BBBBBB. Windows color (decimal): -4669270 or 11190456. OLE color: 11190456.

HSL color Cylindrical-coordinate representation of color #B8C0AA: hue angle of 81.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8C0AA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 170 -
CMYK 0.04 0 0.11 0.25
HSL 81.82º 0.15% 0.71% -
HSV(B) 81.82º 0.11% 0.75% -
XYZ 45.87 50.79 45.42 -
YUV 187.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 184 192 170 0.04 0 0.11 0.25 81.82 0.15 0.71
Hex B8 C0 AA 4 0 B 19 52 F 47
Octal 270 300 252 4 0 13 31 122 17 107
Binary 10111000 11000000 10101010 100 0 1011 11001 1010010 1111 1000111

Color Harmonies of #B8C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C0AA

Black with #B8C0AA

Text Example


Text Example

White with #B8C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C0AA; }

 p { color: rgb(184,192,170); }

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

background-color css

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

 a { background-color: rgb(184,192,170); }

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

border-color css

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

 span { border-color: rgb(184,192,170); }

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