Html Css Color HEX #BCDFA6 Madang

📋 copy color: '#BCDFA6'

red 188 ◦ green 223 ◦ blue 166

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

Shades of Madang #BCDFA6

Tints of Madang #BCDFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.77%

R = 32.58%
G = 38.65%
B = 28.77%

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

#BCDFA6 (or 0xBCDFA6) is known color: Madang. HEX triplet: BC, DF and A6. RGB value is (188,223,166). Sum of RGB (Red+Green+Blue) = 188+223+166=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDFA6 is #432059. Grayscale: #CECECE. Windows color (decimal): -4399194 or 10936252. OLE color: 10936252.

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

Color convert

RGB 188 223 166 -
CMYK 0.16 0 0.26 0.13
HSL 96.84º 0.47% 0.76% -
HSV(B) 96.84º 0.26% 0.87% -
XYZ 54.01 66.22 46.01 -
YUV 206.04 105.4 115.13 -
System Red Green Blue C M Y K H S L
Decimal 188 223 166 0.16 0 0.26 0.13 96.84 0.47 0.76
Hex BC DF A6 10 0 1A D 61 2F 4C
Octal 274 337 246 20 0 32 15 141 57 114
Binary 10111100 11011111 10100110 10000 0 11010 1101 1100001 101111 1001100

Color Harmonies of #BCDFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFA6

Black with #BCDFA6

Text Example


Text Example

White with #BCDFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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