Html Css Color HEX #BDC5A8 Pale Leaf

📋 copy color: '#BDC5A8'

red 189 ◦ green 197 ◦ blue 168

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

Shades of Pale Leaf #BDC5A8

Tints of Pale Leaf #BDC5A8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.56%

 BLUE value IS 168 (66.02% from 255) = 30.32%

R = 34.12%
G = 35.56%
B = 30.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#BDC5A8 (or 0xBDC5A8) is known color: Pale Leaf. HEX triplet: BD, C5 and A8. RGB value is (189,197,168). Sum of RGB (Red+Green+Blue) = 189+197+168=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5A8 is #423A57. Grayscale: #BFBFBF. Windows color (decimal): -4340312 or 11060669. OLE color: 11060669.

HSL color Cylindrical-coordinate representation of color #BDC5A8: hue angle of 76.55º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC5A8 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 168 -
CMYK 0.04 0 0.15 0.23
HSL 76.55º 0.2% 0.72% -
HSV(B) 76.55º 0.15% 0.77% -
XYZ 48.02 53.58 44.86 -
YUV 191.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 189 197 168 0.04 0 0.15 0.23 76.55 0.2 0.72
Hex BD C5 A8 4 0 F 17 4D 14 48
Octal 275 305 250 4 0 17 27 115 24 110
Binary 10111101 11000101 10101000 100 0 1111 10111 1001101 10100 1001000

Color Harmonies of #BDC5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5A8

Black with #BDC5A8

Text Example


Text Example

White with #BDC5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5A8; }

 p { color: rgb(189,197,168); }

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

background-color css

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

 a { background-color: rgb(189,197,168); }

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

border-color css

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

 span { border-color: rgb(189,197,168); }

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