Html Css Color HEX #BCDEA1 Madang

📋 copy color: '#BCDEA1'

red 188 ◦ green 222 ◦ blue 161

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

Shades of Madang #BCDEA1

Tints of Madang #BCDEA1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.88%

 BLUE value IS 161 (63.28% from 255) = 28.2%

R = 32.92%
G = 38.88%
B = 28.2%

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

#BCDEA1 (or 0xBCDEA1) is known color: Madang. HEX triplet: BC, DE and A1. RGB value is (188,222,161). Sum of RGB (Red+Green+Blue) = 188+222+161=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDEA1 is #43215E. Grayscale: #CDCDCD. Windows color (decimal): -4399455 or 10608316. OLE color: 10608316.

HSL color Cylindrical-coordinate representation of color #BCDEA1: hue angle of 93.44º degrees, saturation: 0.48, 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 #BCDEA1 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 161 -
CMYK 0.15 0 0.27 0.13
HSL 93.44º 0.48% 0.75% -
HSV(B) 93.44º 0.27% 0.87% -
XYZ 53.29 65.51 43.55 -
YUV 204.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 188 222 161 0.15 0 0.27 0.13 93.44 0.48 0.75
Hex BC DE A1 F 0 1B D 5D 30 4B
Octal 274 336 241 17 0 33 15 135 60 113
Binary 10111100 11011110 10100001 1111 0 11011 1101 1011101 110000 1001011

Color Harmonies of #BCDEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEA1

Black with #BCDEA1

Text Example


Text Example

White with #BCDEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEA1; }

 p { color: rgb(188,222,161); }

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

background-color css

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

 a { background-color: rgb(188,222,161); }

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

border-color css

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

 span { border-color: rgb(188,222,161); }

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