Html Css Color HEX #B8BEAA Pale Leaf

📋 copy color: '#B8BEAA'

red 184 ◦ green 190 ◦ blue 170

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

Shades of Pale Leaf #B8BEAA

Tints of Pale Leaf #B8BEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.93%

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

R = 33.82%
G = 34.93%
B = 31.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#B8BEAA (or 0xB8BEAA) is known color: Pale Leaf. HEX triplet: B8, BE and AA. RGB value is (184,190,170). Sum of RGB (Red+Green+Blue) = 184+190+170=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BEAA is #474155. Grayscale: #B9B9B9. Windows color (decimal): -4669782 or 11189944. OLE color: 11189944.

HSL color Cylindrical-coordinate representation of color #B8BEAA: hue angle of 78º degrees, saturation: 0.13, 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 #B8BEAA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 190 170 -
CMYK 0.03 0 0.11 0.25
HSL 78º 0.13% 0.71% -
HSV(B) 78º 0.11% 0.75% -
XYZ 45.44 49.92 45.27 -
YUV 185.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 184 190 170 0.03 0 0.11 0.25 78 0.13 0.71
Hex B8 BE AA 3 0 B 19 4E D 47
Octal 270 276 252 3 0 13 31 116 15 107
Binary 10111000 10111110 10101010 11 0 1011 11001 1001110 1101 1000111

Color Harmonies of #B8BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BEAA

Black with #B8BEAA

Text Example


Text Example

White with #B8BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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