Html Css Color HEX #BCFCA2 Madang

📋 copy color: '#BCFCA2'

red 188 ◦ green 252 ◦ blue 162

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

Shades of Madang #BCFCA2

Tints of Madang #BCFCA2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.86%

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

R = 31.23%
G = 41.86%
B = 26.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#BCFCA2 (or 0xBCFCA2) is known color: Madang. HEX triplet: BC, FC and A2. RGB value is (188,252,162). Sum of RGB (Red+Green+Blue) = 188+252+162=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFCA2 is #43035D. Grayscale: #DEDEDE. Windows color (decimal): -4391774 or 10681532. OLE color: 10681532.

HSL color Cylindrical-coordinate representation of color #BCFCA2: hue angle of 102.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCFCA2 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 162 -
CMYK 0.25 0 0.36 0.01
HSL 102.67º 0.94% 0.81% -
HSV(B) 102.67º 0.36% 0.99% -
XYZ 62.07 82.92 46.92 -
YUV 222.6 93.8 103.32 -
System Red Green Blue C M Y K H S L
Decimal 188 252 162 0.25 0 0.36 0.01 102.67 0.94 0.81
Hex BC FC A2 19 0 24 1 67 5E 51
Octal 274 374 242 31 0 44 1 147 136 121
Binary 10111100 11111100 10100010 11001 0 100100 1 1100111 1011110 1010001

Color Harmonies of #BCFCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCA2

Black with #BCFCA2

Text Example


Text Example

White with #BCFCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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