Html Css Color HEX #BDC8A9 Pale Leaf

📋 copy color: '#BDC8A9'

red 189 ◦ green 200 ◦ blue 169

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

Shades of Pale Leaf #BDC8A9

Tints of Pale Leaf #BDC8A9

RGB

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

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

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

R = 33.87%
G = 35.84%
B = 30.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#BDC8A9 (or 0xBDC8A9) is known color: Pale Leaf. HEX triplet: BD, C8 and A9. RGB value is (189,200,169). Sum of RGB (Red+Green+Blue) = 189+200+169=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8A9 is #423756. Grayscale: #C1C1C1. Windows color (decimal): -4339543 or 11126973. OLE color: 11126973.

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

Color convert

RGB 189 200 169 -
CMYK 0.06 0 0.16 0.22
HSL 81.29º 0.22% 0.72% -
HSV(B) 81.29º 0.16% 0.78% -
XYZ 48.8 54.99 45.58 -
YUV 193.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 189 200 169 0.06 0 0.16 0.22 81.29 0.22 0.72
Hex BD C8 A9 6 0 10 16 51 16 48
Octal 275 310 251 6 0 20 26 121 26 110
Binary 10111101 11001000 10101001 110 0 10000 10110 1010001 10110 1001000

Color Harmonies of #BDC8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8A9

Black with #BDC8A9

Text Example


Text Example

White with #BDC8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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