Html Css Color HEX #BCDFA4 Madang

📋 copy color: '#BCDFA4'

red 188 ◦ green 223 ◦ blue 164

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

Shades of Madang #BCDFA4

Tints of Madang #BCDFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.52%

R = 32.7%
G = 38.78%
B = 28.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BCDFA4 (or 0xBCDFA4) is known color: Madang. HEX triplet: BC, DF and A4. RGB value is (188,223,164). Sum of RGB (Red+Green+Blue) = 188+223+164=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDFA4 is #43205B. Grayscale: #CECECE. Windows color (decimal): -4399196 or 10805180. OLE color: 10805180.

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

Color convert

RGB 188 223 164 -
CMYK 0.16 0 0.26 0.13
HSL 95.59º 0.48% 0.76% -
HSV(B) 95.59º 0.26% 0.87% -
XYZ 53.83 66.15 45.05 -
YUV 205.81 104.4 115.3 -
System Red Green Blue C M Y K H S L
Decimal 188 223 164 0.16 0 0.26 0.13 95.59 0.48 0.76
Hex BC DF A4 10 0 1A D 60 30 4C
Octal 274 337 244 20 0 32 15 140 60 114
Binary 10111100 11011111 10100100 10000 0 11010 1101 1100000 110000 1001100

Color Harmonies of #BCDFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFA4

Black with #BCDFA4

Text Example


Text Example

White with #BCDFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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