Html Css Color HEX #BDC8AB Pale Leaf

📋 copy color: '#BDC8AB'

red 189 ◦ green 200 ◦ blue 171

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

Shades of Pale Leaf #BDC8AB

Tints of Pale Leaf #BDC8AB

RGB

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

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

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

R = 33.75%
G = 35.71%
B = 30.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BDC8AB (or 0xBDC8AB) is known color: Pale Leaf. HEX triplet: BD, C8 and AB. RGB value is (189,200,171). Sum of RGB (Red+Green+Blue) = 189+200+171=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8AB is #423754. Grayscale: #C1C1C1. Windows color (decimal): -4339541 or 11258045. OLE color: 11258045.

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

Color convert

RGB 189 200 171 -
CMYK 0.06 0 0.14 0.22
HSL 82.76º 0.21% 0.73% -
HSV(B) 82.76º 0.15% 0.78% -
XYZ 48.99 55.07 46.58 -
YUV 193.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 189 200 171 0.06 0 0.14 0.22 82.76 0.21 0.73
Hex BD C8 AB 6 0 E 16 53 15 49
Octal 275 310 253 6 0 16 26 123 25 111
Binary 10111101 11001000 10101011 110 0 1110 10110 1010011 10101 1001001

Color Harmonies of #BDC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8AB

Black with #BDC8AB

Text Example


Text Example

White with #BDC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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