Html Css Color HEX #BCDDA2 Madang

📋 copy color: '#BCDDA2'

red 188 ◦ green 221 ◦ blue 162

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

Shades of Madang #BCDDA2

Tints of Madang #BCDDA2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.7%

 BLUE value IS 162 (63.67% from 255) = 28.37%

R = 32.92%
G = 38.7%
B = 28.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#BCDDA2 (or 0xBCDDA2) is known color: Madang. HEX triplet: BC, DD and A2. RGB value is (188,221,162). Sum of RGB (Red+Green+Blue) = 188+221+162=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDA2 is #43225D. Grayscale: #CCCCCC. Windows color (decimal): -4399710 or 10673596. OLE color: 10673596.

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

Color convert

RGB 188 221 162 -
CMYK 0.15 0 0.27 0.13
HSL 93.56º 0.46% 0.75% -
HSV(B) 93.56º 0.27% 0.87% -
XYZ 53.12 65.01 43.93 -
YUV 204.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 188 221 162 0.15 0 0.27 0.13 93.56 0.46 0.75
Hex BC DD A2 F 0 1B D 5E 2E 4B
Octal 274 335 242 17 0 33 15 136 56 113
Binary 10111100 11011101 10100010 1111 0 11011 1101 1011110 101110 1001011

Color Harmonies of #BCDDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDA2

Black with #BCDDA2

Text Example


Text Example

White with #BCDDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDA2; }

 p { color: rgb(188,221,162); }

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

background-color css

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

 a { background-color: rgb(188,221,162); }

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

border-color css

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

 span { border-color: rgb(188,221,162); }

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