Html Css Color HEX #BDC6AA Pale Leaf

📋 copy color: '#BDC6AA'

red 189 ◦ green 198 ◦ blue 170

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

Shades of Pale Leaf #BDC6AA

Tints of Pale Leaf #BDC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.55%

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

R = 33.93%
G = 35.55%
B = 30.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BDC6AA (or 0xBDC6AA) is known color: Pale Leaf. HEX triplet: BD, C6 and AA. RGB value is (189,198,170). Sum of RGB (Red+Green+Blue) = 189+198+170=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6AA is #423955. Grayscale: #C0C0C0. Windows color (decimal): -4340054 or 11191997. OLE color: 11191997.

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

Color convert

RGB 189 198 170 -
CMYK 0.05 0 0.14 0.22
HSL 79.29º 0.2% 0.72% -
HSV(B) 79.29º 0.14% 0.78% -
XYZ 48.44 54.11 45.92 -
YUV 192.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 189 198 170 0.05 0 0.14 0.22 79.29 0.2 0.72
Hex BD C6 AA 5 0 E 16 4F 14 48
Octal 275 306 252 5 0 16 26 117 24 110
Binary 10111101 11000110 10101010 101 0 1110 10110 1001111 10100 1001000

Color Harmonies of #BDC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6AA

Black with #BDC6AA

Text Example


Text Example

White with #BDC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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