Html Css Color HEX #BDC5AC Pale Leaf

📋 copy color: '#BDC5AC'

red 189 ◦ green 197 ◦ blue 172

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

Shades of Pale Leaf #BDC5AC

Tints of Pale Leaf #BDC5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.3%

 BLUE value IS 172 (67.58% from 255) = 30.82%

R = 33.87%
G = 35.3%
B = 30.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#BDC5AC (or 0xBDC5AC) is known color: Pale Leaf. HEX triplet: BD, C5 and AC. RGB value is (189,197,172). Sum of RGB (Red+Green+Blue) = 189+197+172=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5AC is #423A53. Grayscale: #BFBFBF. Windows color (decimal): -4340308 or 11322813. OLE color: 11322813.

HSL color Cylindrical-coordinate representation of color #BDC5AC: hue angle of 79.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC5AC is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 172 -
CMYK 0.04 0 0.13 0.23
HSL 79.2º 0.18% 0.72% -
HSV(B) 79.2º 0.13% 0.77% -
XYZ 48.4 53.73 46.85 -
YUV 191.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 189 197 172 0.04 0 0.13 0.23 79.2 0.18 0.72
Hex BD C5 AC 4 0 D 17 4F 12 48
Octal 275 305 254 4 0 15 27 117 22 110
Binary 10111101 11000101 10101100 100 0 1101 10111 1001111 10010 1001000

Color Harmonies of #BDC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5AC

Black with #BDC5AC

Text Example


Text Example

White with #BDC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5AC; }

 p { color: rgb(189,197,172); }

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

background-color css

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

 a { background-color: rgb(189,197,172); }

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

border-color css

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

 span { border-color: rgb(189,197,172); }

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