#BDCAAC

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

Shades of Pale Leaf #BDCAAC

Tints of Pale Leaf #BDCAAC

Color information

#BDCAAC (or 0xBDCAAC) is unknown color: approx Pale Leaf. HEX triplet: BD, CA and AC. RGB value is (189,202,172). Sum of RGB (Red+Green+Blue) = 189+202+172=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAAC is #423553. Grayscale: #C2C2C2. Windows color (decimal): -4339028 or 11324093. OLE color: 11324093.

HSL color Cylindrical-coordinate representation of color #BDCAAC: hue angle of 86º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCAAC is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB189202172-
CMYK0.0600.150.21
HSL86º22.06%73.33%-
HSV(B)86º14.85%79.22%-
XYZ49.5556.0447.23-
YUV194.69115.19123.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=33.57%
G=35.88%
B=30.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021720.0600.150.218622.0673.33
HexBDCAAC60F15561649
Octal27531225460172512626111
Binary10111101110010101010110011001111101011010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAAC; }

 p { color: rgb(189,202,172); }

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

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

 a { background-color: rgb(189,202,172); }

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

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

 span { border-color: rgb(189,202,172); }

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