Html Css Color HEX #BDC8A2 Pale Leaf

📋 copy color: '#BDC8A2'

red 189 ◦ green 200 ◦ blue 162

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

Shades of Pale Leaf #BDC8A2

Tints of Pale Leaf #BDC8A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.4%

R = 34.3%
G = 36.3%
B = 29.4%

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

#BDC8A2 (or 0xBDC8A2) is known color: Pale Leaf. HEX triplet: BD, C8 and A2. RGB value is (189,200,162). Sum of RGB (Red+Green+Blue) = 189+200+162=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8A2 is #42375D. Grayscale: #C0C0C0. Windows color (decimal): -4339550 or 10668221. OLE color: 10668221.

HSL color Cylindrical-coordinate representation of color #BDC8A2: hue angle of 77.37º 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 #BDC8A2 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 162 -
CMYK 0.06 0 0.19 0.22
HSL 77.37º 0.26% 0.71% -
HSV(B) 77.37º 0.19% 0.78% -
XYZ 48.16 54.74 42.21 -
YUV 192.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 189 200 162 0.06 0 0.19 0.22 77.37 0.26 0.71
Hex BD C8 A2 6 0 13 16 4D 1A 47
Octal 275 310 242 6 0 23 26 115 32 107
Binary 10111101 11001000 10100010 110 0 10011 10110 1001101 11010 1000111

Color Harmonies of #BDC8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8A2

Black with #BDC8A2

Text Example


Text Example

White with #BDC8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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