Html Css Color HEX #BDC2B1 Pale Leaf

📋 copy color: '#BDC2B1'

red 189 ◦ green 194 ◦ blue 177

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

Shades of Pale Leaf #BDC2B1

Tints of Pale Leaf #BDC2B1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

 BLUE value IS 177 (69.53% from 255) = 31.61%

R = 33.75%
G = 34.64%
B = 31.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BDC2B1 (or 0xBDC2B1) is known color: Pale Leaf. HEX triplet: BD, C2 and B1. RGB value is (189,194,177). Sum of RGB (Red+Green+Blue) = 189+194+177=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2B1 is #423D4E. Grayscale: #BEBEBE. Windows color (decimal): -4341071 or 11649725. OLE color: 11649725.

HSL color Cylindrical-coordinate representation of color #BDC2B1: hue angle of 77.65º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC2B1 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 177 -
CMYK 0.03 0 0.09 0.24
HSL 77.65º 0.12% 0.73% -
HSV(B) 77.65º 0.09% 0.76% -
XYZ 48.21 52.58 49.2 -
YUV 190.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 189 194 177 0.03 0 0.09 0.24 77.65 0.12 0.73
Hex BD C2 B1 3 0 9 18 4E C 49
Octal 275 302 261 3 0 11 30 116 14 111
Binary 10111101 11000010 10110001 11 0 1001 11000 1001110 1100 1001001

Color Harmonies of #BDC2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2B1

Black with #BDC2B1

Text Example


Text Example

White with #BDC2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2B1; }

 p { color: rgb(189,194,177); }

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

background-color css

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

 a { background-color: rgb(189,194,177); }

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

border-color css

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

 span { border-color: rgb(189,194,177); }

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