Html Css Color HEX #BDC9A9 Pale Leaf

📋 copy color: '#BDC9A9'

red 189 ◦ green 201 ◦ blue 169

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

Shades of Pale Leaf #BDC9A9

Tints of Pale Leaf #BDC9A9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.96%

 BLUE value IS 169 (66.41% from 255) = 30.23%

R = 33.81%
G = 35.96%
B = 30.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#BDC9A9 (or 0xBDC9A9) is known color: Pale Leaf. HEX triplet: BD, C9 and A9. RGB value is (189,201,169). Sum of RGB (Red+Green+Blue) = 189+201+169=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9A9 is #423656. Grayscale: #C1C1C1. Windows color (decimal): -4339287 or 11127229. OLE color: 11127229.

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

Color convert

RGB 189 201 169 -
CMYK 0.06 0 0.16 0.21
HSL 82.5º 0.23% 0.73% -
HSV(B) 82.5º 0.16% 0.79% -
XYZ 49.03 55.46 45.66 -
YUV 193.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 189 201 169 0.06 0 0.16 0.21 82.5 0.23 0.73
Hex BD C9 A9 6 0 10 15 52 17 49
Octal 275 311 251 6 0 20 25 122 27 111
Binary 10111101 11001001 10101001 110 0 10000 10101 1010010 10111 1001001

Color Harmonies of #BDC9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9A9

Black with #BDC9A9

Text Example


Text Example

White with #BDC9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9A9; }

 p { color: rgb(189,201,169); }

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

background-color css

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

 a { background-color: rgb(189,201,169); }

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

border-color css

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

 span { border-color: rgb(189,201,169); }

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