Html Css Color HEX #BCD6AC Madang

📋 copy color: '#BCD6AC'

red 188 ◦ green 214 ◦ blue 172

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

Shades of Madang #BCD6AC

Tints of Madang #BCD6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.28%

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

R = 32.75%
G = 37.28%
B = 29.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#BCD6AC (or 0xBCD6AC) is known color: Madang. HEX triplet: BC, D6 and AC. RGB value is (188,214,172). Sum of RGB (Red+Green+Blue) = 188+214+172=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD6AC is #432953. Grayscale: #C9C9C9. Windows color (decimal): -4401492 or 11327164. OLE color: 11327164.

HSL color Cylindrical-coordinate representation of color #BCD6AC: hue angle of 97.14º 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 #BCD6AC is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 172 -
CMYK 0.12 0 0.20 0.16
HSL 97.14º 0.34% 0.76% -
HSV(B) 97.14º 0.2% 0.84% -
XYZ 52.23 61.76 48.2 -
YUV 201.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 188 214 172 0.12 0 0.20 0.16 97.14 0.34 0.76
Hex BC D6 AC C 0 14 10 61 22 4C
Octal 274 326 254 14 0 24 20 141 42 114
Binary 10111100 11010110 10101100 1100 0 10100 10000 1100001 100010 1001100

Color Harmonies of #BCD6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6AC

Black with #BCD6AC

Text Example


Text Example

White with #BCD6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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