Html Css Color HEX #BDC4AB Pale Leaf

📋 copy color: '#BDC4AB'

red 189 ◦ green 196 ◦ blue 171

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

Shades of Pale Leaf #BDC4AB

Tints of Pale Leaf #BDC4AB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.25%

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 33.99%
G = 35.25%
B = 30.76%

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

#BDC4AB (or 0xBDC4AB) is known color: Pale Leaf. HEX triplet: BD, C4 and AB. RGB value is (189,196,171). Sum of RGB (Red+Green+Blue) = 189+196+171=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AB is #423B54. Grayscale: #BFBFBF. Windows color (decimal): -4340565 or 11257021. OLE color: 11257021.

HSL color Cylindrical-coordinate representation of color #BDC4AB: hue angle of 76.8º degrees, saturation: 0.17, 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 #BDC4AB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 171 -
CMYK 0.04 0 0.13 0.23
HSL 76.8º 0.17% 0.72% -
HSV(B) 76.8º 0.13% 0.77% -
XYZ 48.08 53.24 46.27 -
YUV 191.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 189 196 171 0.04 0 0.13 0.23 76.8 0.17 0.72
Hex BD C4 AB 4 0 D 17 4D 11 48
Octal 275 304 253 4 0 15 27 115 21 110
Binary 10111101 11000100 10101011 100 0 1101 10111 1001101 10001 1001000

Color Harmonies of #BDC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4AB

Black with #BDC4AB

Text Example


Text Example

White with #BDC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4AB; }

 p { color: rgb(189,196,171); }

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

background-color css

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

 a { background-color: rgb(189,196,171); }

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

border-color css

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

 span { border-color: rgb(189,196,171); }

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