Html Css Color HEX #BDC8A1 Pale Leaf

📋 copy color: '#BDC8A1'

red 189 ◦ green 200 ◦ blue 161

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

Shades of Pale Leaf #BDC8A1

Tints of Pale Leaf #BDC8A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.27%

R = 34.36%
G = 36.36%
B = 29.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#BDC8A1 (or 0xBDC8A1) is known color: Pale Leaf. HEX triplet: BD, C8 and A1. RGB value is (189,200,161). Sum of RGB (Red+Green+Blue) = 189+200+161=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8A1 is #42375E. Grayscale: #C0C0C0. Windows color (decimal): -4339551 or 10602685. OLE color: 10602685.

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

Color convert

RGB 189 200 161 -
CMYK 0.06 0 0.19 0.22
HSL 76.92º 0.26% 0.71% -
HSV(B) 76.92º 0.2% 0.78% -
XYZ 48.07 54.7 41.74 -
YUV 192.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 189 200 161 0.06 0 0.19 0.22 76.92 0.26 0.71
Hex BD C8 A1 6 0 13 16 4D 1A 47
Octal 275 310 241 6 0 23 26 115 32 107
Binary 10111101 11001000 10100001 110 0 10011 10110 1001101 11010 1000111

Color Harmonies of #BDC8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8A1

Black with #BDC8A1

Text Example


Text Example

White with #BDC8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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