Html Css Color HEX #BDC7AE Pale Leaf

📋 copy color: '#BDC7AE'

red 189 ◦ green 199 ◦ blue 174

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

Shades of Pale Leaf #BDC7AE

Tints of Pale Leaf #BDC7AE

RGB

 RED value IS 189 (74.22% from 255) = 33.63%

 GREEN value IS 199 (78.13% from 255) = 35.41%

 BLUE value IS 174 (68.36% from 255) = 30.96%

R = 33.63%
G = 35.41%
B = 30.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#BDC7AE (or 0xBDC7AE) is known color: Pale Leaf. HEX triplet: BD, C7 and AE. RGB value is (189,199,174). Sum of RGB (Red+Green+Blue) = 189+199+174=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC7AE is #423851. Grayscale: #C1C1C1. Windows color (decimal): -4339794 or 11454397. OLE color: 11454397.

HSL color Cylindrical-coordinate representation of color #BDC7AE: hue angle of 84º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC7AE is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 174 -
CMYK 0.05 0 0.13 0.22
HSL 84º 0.18% 0.73% -
HSV(B) 84º 0.13% 0.78% -
XYZ 49.05 54.72 48.02 -
YUV 193.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 189 199 174 0.05 0 0.13 0.22 84 0.18 0.73
Hex BD C7 AE 5 0 D 16 54 12 49
Octal 275 307 256 5 0 15 26 124 22 111
Binary 10111101 11000111 10101110 101 0 1101 10110 1010100 10010 1001001

Color Harmonies of #BDC7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7AE

Black with #BDC7AE

Text Example


Text Example

White with #BDC7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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