Html Css Color HEX #B8BFAA Pale Leaf

📋 copy color: '#B8BFAA'

red 184 ◦ green 191 ◦ blue 170

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

Shades of Pale Leaf #B8BFAA

Tints of Pale Leaf #B8BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 35.05%

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

R = 33.76%
G = 35.05%
B = 31.19%

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

#B8BFAA (or 0xB8BFAA) is known color: Pale Leaf. HEX triplet: B8, BF and AA. RGB value is (184,191,170). Sum of RGB (Red+Green+Blue) = 184+191+170=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BFAA is #474055. Grayscale: #BABABA. Windows color (decimal): -4669526 or 11190200. OLE color: 11190200.

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

Color convert

RGB 184 191 170 -
CMYK 0.04 0 0.11 0.25
HSL 80º 0.14% 0.71% -
HSV(B) 80º 0.11% 0.75% -
XYZ 45.65 50.35 45.34 -
YUV 186.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 184 191 170 0.04 0 0.11 0.25 80 0.14 0.71
Hex B8 BF AA 4 0 B 19 50 E 47
Octal 270 277 252 4 0 13 31 120 16 107
Binary 10111000 10111111 10101010 100 0 1011 11001 1010000 1110 1000111

Color Harmonies of #B8BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BFAA

Black with #B8BFAA

Text Example


Text Example

White with #B8BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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