Html Css Color HEX #BCD7AC Madang

📋 copy color: '#BCD7AC'

red 188 ◦ green 215 ◦ blue 172

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

Shades of Madang #BCD7AC

Tints of Madang #BCD7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.91%

R = 32.7%
G = 37.39%
B = 29.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#BCD7AC (or 0xBCD7AC) is known color: Madang. HEX triplet: BC, D7 and AC. RGB value is (188,215,172). Sum of RGB (Red+Green+Blue) = 188+215+172=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD7AC is #432853. Grayscale: #CACACA. Windows color (decimal): -4401236 or 11327420. OLE color: 11327420.

HSL color Cylindrical-coordinate representation of color #BCD7AC: hue angle of 97.67º degrees, saturation: 0.35, 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 #BCD7AC is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 172 -
CMYK 0.13 0 0.2 0.16
HSL 97.67º 0.35% 0.76% -
HSV(B) 97.67º 0.2% 0.84% -
XYZ 52.49 62.27 48.28 -
YUV 202.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 188 215 172 0.13 0 0.2 0.16 97.67 0.35 0.76
Hex BC D7 AC D 0 14 10 62 23 4C
Octal 274 327 254 15 0 24 20 142 43 114
Binary 10111100 11010111 10101100 1101 0 10100 10000 1100010 100011 1001100

Color Harmonies of #BCD7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7AC

Black with #BCD7AC

Text Example


Text Example

White with #BCD7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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