Html Css Color HEX #B8BFA8 Pale Leaf

📋 copy color: '#B8BFA8'

red 184 ◦ green 191 ◦ blue 168

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

Shades of Pale Leaf #B8BFA8

Tints of Pale Leaf #B8BFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.94%

R = 33.89%
G = 35.17%
B = 30.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#B8BFA8 (or 0xB8BFA8) is known color: Pale Leaf. HEX triplet: B8, BF and A8. RGB value is (184,191,168). Sum of RGB (Red+Green+Blue) = 184+191+168=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BFA8 is #474057. Grayscale: #BABABA. Windows color (decimal): -4669528 or 11059128. OLE color: 11059128.

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

Color convert

RGB 184 191 168 -
CMYK 0.04 0 0.12 0.25
HSL 78.26º 0.15% 0.7% -
HSV(B) 78.26º 0.12% 0.75% -
XYZ 45.47 50.28 44.35 -
YUV 186.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 184 191 168 0.04 0 0.12 0.25 78.26 0.15 0.7
Hex B8 BF A8 4 0 C 19 4E F 46
Octal 270 277 250 4 0 14 31 116 17 106
Binary 10111000 10111111 10101000 100 0 1100 11001 1001110 1111 1000110

Color Harmonies of #B8BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BFA8

Black with #B8BFA8

Text Example


Text Example

White with #B8BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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