Html Css Color HEX #BCDAAC Madang

📋 copy color: '#BCDAAC'

red 188 ◦ green 218 ◦ blue 172

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

Shades of Madang #BCDAAC

Tints of Madang #BCDAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.72%

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

R = 32.53%
G = 37.72%
B = 29.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#BCDAAC (or 0xBCDAAC) is known color: Madang. HEX triplet: BC, DA and AC. RGB value is (188,218,172). Sum of RGB (Red+Green+Blue) = 188+218+172=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAAC is #432553. Grayscale: #CBCBCB. Windows color (decimal): -4400468 or 11328188. OLE color: 11328188.

HSL color Cylindrical-coordinate representation of color #BCDAAC: hue angle of 99.13º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDAAC is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 172 -
CMYK 0.14 0 0.21 0.15
HSL 99.13º 0.38% 0.76% -
HSV(B) 99.13º 0.21% 0.85% -
XYZ 53.26 63.81 48.54 -
YUV 203.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 188 218 172 0.14 0 0.21 0.15 99.13 0.38 0.76
Hex BC DA AC E 0 15 F 63 26 4C
Octal 274 332 254 16 0 25 17 143 46 114
Binary 10111100 11011010 10101100 1110 0 10101 1111 1100011 100110 1001100

Color Harmonies of #BCDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAAC

Black with #BCDAAC

Text Example


Text Example

White with #BCDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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