Html Css Color HEX #BCD7AD Madang

📋 copy color: '#BCD7AD'

red 188 ◦ green 215 ◦ blue 173

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

Shades of Madang #BCD7AD

Tints of Madang #BCD7AD

RGB

 RED value IS 188 (73.83% from 255) = 32.64%

 GREEN value IS 215 (84.38% from 255) = 37.33%

 BLUE value IS 173 (67.97% from 255) = 30.03%

R = 32.64%
G = 37.33%
B = 30.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#BCD7AD (or 0xBCD7AD) is known color: Madang. HEX triplet: BC, D7 and AD. RGB value is (188,215,173). Sum of RGB (Red+Green+Blue) = 188+215+173=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD7AD is #432852. Grayscale: #CACACA. Windows color (decimal): -4401235 or 11392956. OLE color: 11392956.

HSL color Cylindrical-coordinate representation of color #BCD7AD: hue angle of 98.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD7AD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 173 -
CMYK 0.13 0 0.20 0.16
HSL 98.57º 0.34% 0.76% -
HSV(B) 98.57º 0.2% 0.84% -
XYZ 52.58 62.31 48.79 -
YUV 202.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 188 215 173 0.13 0 0.20 0.16 98.57 0.34 0.76
Hex BC D7 AD D 0 14 10 63 22 4C
Octal 274 327 255 15 0 24 20 143 42 114
Binary 10111100 11010111 10101101 1101 0 10100 10000 1100011 100010 1001100

Color Harmonies of #BCD7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7AD

Black with #BCD7AD

Text Example


Text Example

White with #BCD7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7AD; }

 p { color: rgb(188,215,173); }

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

background-color css

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

 a { background-color: rgb(188,215,173); }

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

border-color css

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

 span { border-color: rgb(188,215,173); }

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