Html Css Color HEX #BDC8A4 Pale Leaf

📋 copy color: '#BDC8A4'

red 189 ◦ green 200 ◦ blue 164

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

Shades of Pale Leaf #BDC8A4

Tints of Pale Leaf #BDC8A4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.17%

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

R = 34.18%
G = 36.17%
B = 29.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#BDC8A4 (or 0xBDC8A4) is known color: Pale Leaf. HEX triplet: BD, C8 and A4. RGB value is (189,200,164). Sum of RGB (Red+Green+Blue) = 189+200+164=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8A4 is #42375B. Grayscale: #C0C0C0. Windows color (decimal): -4339548 or 10799293. OLE color: 10799293.

HSL color Cylindrical-coordinate representation of color #BDC8A4: hue angle of 78.33º degrees, saturation: 0.25, 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 #BDC8A4 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 164 -
CMYK 0.06 0 0.18 0.22
HSL 78.33º 0.25% 0.71% -
HSV(B) 78.33º 0.18% 0.78% -
XYZ 48.34 54.81 43.15 -
YUV 192.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 189 200 164 0.06 0 0.18 0.22 78.33 0.25 0.71
Hex BD C8 A4 6 0 12 16 4E 19 47
Octal 275 310 244 6 0 22 26 116 31 107
Binary 10111101 11001000 10100100 110 0 10010 10110 1001110 11001 1000111

Color Harmonies of #BDC8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8A4

Black with #BDC8A4

Text Example


Text Example

White with #BDC8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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