Html Css Color HEX #BCFFA2 Madang

📋 copy color: '#BCFFA2'

red 188 ◦ green 255 ◦ blue 162

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

Shades of Madang #BCFFA2

Tints of Madang #BCFFA2

RGB

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

 GREEN value IS 255 (100% from 255) = 42.15%

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

R = 31.07%
G = 42.15%
B = 26.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#BCFFA2 (or 0xBCFFA2) is known color: Madang. HEX triplet: BC, FF and A2. RGB value is (188,255,162). Sum of RGB (Red+Green+Blue) = 188+255+162=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA2 is #43005D. Grayscale: #E0E0E0. Windows color (decimal): -4391006 or 10682300. OLE color: 10682300.

HSL color Cylindrical-coordinate representation of color #BCFFA2: hue angle of 103.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCFFA2 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 162 -
CMYK 0.26 0 0.36 0
HSL 103.23º 1% 0.82% -
HSV(B) 103.23º 0.36% 1% -
XYZ 63.02 84.82 47.23 -
YUV 224.37 92.8 102.06 -
System Red Green Blue C M Y K H S L
Decimal 188 255 162 0.26 0 0.36 0 103.23 1 0.82
Hex BC FF A2 1A 0 24 0 67 64 52
Octal 274 377 242 32 0 44 0 147 144 122
Binary 10111100 11111111 10100010 11010 0 100100 0 1100111 1100100 1010010

Color Harmonies of #BCFFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFA2

Black with #BCFFA2

Text Example


Text Example

White with #BCFFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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