Html Css Color HEX #BCDCAC Madang

📋 copy color: '#BCDCAC'

red 188 ◦ green 220 ◦ blue 172

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

Shades of Madang #BCDCAC

Tints of Madang #BCDCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

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

R = 32.41%
G = 37.93%
B = 29.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#BCDCAC (or 0xBCDCAC) is known color: Madang. HEX triplet: BC, DC and AC. RGB value is (188,220,172). Sum of RGB (Red+Green+Blue) = 188+220+172=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCAC is #432353. Grayscale: #CDCDCD. Windows color (decimal): -4399956 or 11328700. OLE color: 11328700.

HSL color Cylindrical-coordinate representation of color #BCDCAC: hue angle of 100º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDCAC is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 172 -
CMYK 0.15 0 0.22 0.14
HSL 100º 0.41% 0.77% -
HSV(B) 100º 0.22% 0.86% -
XYZ 53.78 64.86 48.71 -
YUV 204.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 188 220 172 0.15 0 0.22 0.14 100 0.41 0.77
Hex BC DC AC F 0 16 E 64 29 4D
Octal 274 334 254 17 0 26 16 144 51 115
Binary 10111100 11011100 10101100 1111 0 10110 1110 1100100 101001 1001101

Color Harmonies of #BCDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCAC

Black with #BCDCAC

Text Example


Text Example

White with #BCDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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