Html Css Color HEX #BDC8AA Pale Leaf

📋 copy color: '#BDC8AA'

red 189 ◦ green 200 ◦ blue 170

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

Shades of Pale Leaf #BDC8AA

Tints of Pale Leaf #BDC8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.41%

R = 33.81%
G = 35.78%
B = 30.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#BDC8AA (or 0xBDC8AA) is known color: Pale Leaf. HEX triplet: BD, C8 and AA. RGB value is (189,200,170). Sum of RGB (Red+Green+Blue) = 189+200+170=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8AA is #423755. Grayscale: #C1C1C1. Windows color (decimal): -4339542 or 11192509. OLE color: 11192509.

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

Color convert

RGB 189 200 170 -
CMYK 0.06 0 0.15 0.22
HSL 82º 0.21% 0.73% -
HSV(B) 82º 0.15% 0.78% -
XYZ 48.9 55.03 46.07 -
YUV 193.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 189 200 170 0.06 0 0.15 0.22 82 0.21 0.73
Hex BD C8 AA 6 0 F 16 52 15 49
Octal 275 310 252 6 0 17 26 122 25 111
Binary 10111101 11001000 10101010 110 0 1111 10110 1010010 10101 1001001

Color Harmonies of #BDC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8AA

Black with #BDC8AA

Text Example


Text Example

White with #BDC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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