#B4BCA5

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

Shades of Pale Leaf #B4BCA5

Tints of Pale Leaf #B4BCA5

Color information

#B4BCA5 (or 0xB4BCA5) is unknown color: approx Pale Leaf. HEX triplet: B4, BC and A5. RGB value is (180,188,165). Sum of RGB (Red+Green+Blue) = 180+188+165=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BCA5 is #4B435A. Grayscale: #B7B7B7. Windows color (decimal): -4932443 or 10861748. OLE color: 10861748.

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

Color convert

RGB180188165-
CMYK0.0400.120.26
HSL80.87º14.65%69.22%-
HSV(B)80.87º12.23%73.73%-
XYZ43.648.3942.64-
YUV182.99117.85125.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 165 (64.84% from 255) = 30.96%
R=33.77%
G=35.27%
B=30.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881650.0400.120.2680.8714.6569.22
HexB4BCA540C1A51f45
Octal26427424540143212117105
Binary1011010010111100101001011000110011010101000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCA5; }

 p { color: rgb(180,188,165); }

 H1.HeaderClassName
 {
   color: #B4BCA5;
 }
 .AnyTagClassName
 {
   color: #B4BCA5;
 }
</style>
background-color css

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

 a { background-color: rgb(180,188,165); }

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

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

 span { border-color: rgb(180,188,165); }

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