#B8BFAA

Color #B8BFAA Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #B8BFAA

Tints of Pale Leaf #B8BFAA

Color information

#B8BFAA (or 0xB8BFAA) is unknown color: approx 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

RGB184191170-
CMYK0.0400.110.25
HSL80º14.09%70.78%-
HSV(B)80º10.99%74.9%-
XYZ45.6550.3545.34-
YUV186.51118.68126.21-

RGB Variations

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

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.80% from 255) = 31.19%
R=33.76%
G=35.05%
B=31.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911700.0400.110.258014.0970.78
HexB8BFAA40B1950e47
Octal27027725240133112016107
Binary1011100010111111101010101000101111001101000011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>