Html Css Color HEX #BCDFA0 Madang

📋 copy color: '#BCDFA0'

red 188 ◦ green 223 ◦ blue 160

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

Shades of Madang #BCDFA0

Tints of Madang #BCDFA0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.05%

 BLUE value IS 160 (62.89% from 255) = 28.02%

R = 32.92%
G = 39.05%
B = 28.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#BCDFA0 (or 0xBCDFA0) is known color: Madang. HEX triplet: BC, DF and A0. RGB value is (188,223,160). Sum of RGB (Red+Green+Blue) = 188+223+160=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDFA0 is #43205F. Grayscale: #CDCDCD. Windows color (decimal): -4399200 or 10543036. OLE color: 10543036.

HSL color Cylindrical-coordinate representation of color #BCDFA0: hue angle of 93.33º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCDFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 160 -
CMYK 0.16 0 0.28 0.13
HSL 93.33º 0.5% 0.75% -
HSV(B) 93.33º 0.28% 0.87% -
XYZ 53.47 66 43.18 -
YUV 205.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 188 223 160 0.16 0 0.28 0.13 93.33 0.5 0.75
Hex BC DF A0 10 0 1C D 5D 32 4B
Octal 274 337 240 20 0 34 15 135 62 113
Binary 10111100 11011111 10100000 10000 0 11100 1101 1011101 110010 1001011

Color Harmonies of #BCDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFA0

Black with #BCDFA0

Text Example


Text Example

White with #BCDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFA0; }

 p { color: rgb(188,223,160); }

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

background-color css

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

 a { background-color: rgb(188,223,160); }

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

border-color css

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

 span { border-color: rgb(188,223,160); }

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