#BDCAAE

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

Shades of Pale Leaf #BDCAAE

Tints of Pale Leaf #BDCAAE

Color information

#BDCAAE (or 0xBDCAAE) is unknown color: approx Pale Leaf. HEX triplet: BD, CA and AE. RGB value is (189,202,174). Sum of RGB (Red+Green+Blue) = 189+202+174=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAAE is #423551. Grayscale: #C3C3C3. Windows color (decimal): -4339026 or 11455165. OLE color: 11455165.

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

Color convert

RGB189202174-
CMYK0.0600.140.21
HSL87.86º20.9%73.73%-
HSV(B)87.86º13.86%79.22%-
XYZ49.7556.1248.25-
YUV194.92116.19123.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=33.45%
G=35.75%
B=30.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021740.0600.140.2187.8620.973.73
HexBDCAAE60E1558154a
Octal27531225660162513025112
Binary10111101110010101010111011001110101011011000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAAE; }

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

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

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

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

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

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

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

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