Html Css Color HEX #BDC7A4 Pale Leaf

📋 copy color: '#BDC7A4'

red 189 ◦ green 199 ◦ blue 164

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

Shades of Pale Leaf #BDC7A4

Tints of Pale Leaf #BDC7A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.71%

R = 34.24%
G = 36.05%
B = 29.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#BDC7A4 (or 0xBDC7A4) is known color: Pale Leaf. HEX triplet: BD, C7 and A4. RGB value is (189,199,164). Sum of RGB (Red+Green+Blue) = 189+199+164=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC7A4 is #42385B. Grayscale: #C0C0C0. Windows color (decimal): -4339804 or 10799037. OLE color: 10799037.

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

Color convert

RGB 189 199 164 -
CMYK 0.05 0 0.18 0.22
HSL 77.14º 0.24% 0.71% -
HSV(B) 77.14º 0.18% 0.78% -
XYZ 48.11 54.35 43.08 -
YUV 192.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 189 199 164 0.05 0 0.18 0.22 77.14 0.24 0.71
Hex BD C7 A4 5 0 12 16 4D 18 47
Octal 275 307 244 5 0 22 26 115 30 107
Binary 10111101 11000111 10100100 101 0 10010 10110 1001101 11000 1000111

Color Harmonies of #BDC7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7A4

Black with #BDC7A4

Text Example


Text Example

White with #BDC7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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