Html Css Color HEX #BCF2A2 Madang

📋 copy color: '#BCF2A2'

red 188 ◦ green 242 ◦ blue 162

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

Shades of Madang #BCF2A2

Tints of Madang #BCF2A2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.88%

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

R = 31.76%
G = 40.88%
B = 27.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#BCF2A2 (or 0xBCF2A2) is known color: Madang. HEX triplet: BC, F2 and A2. RGB value is (188,242,162). Sum of RGB (Red+Green+Blue) = 188+242+162=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2A2 is #430D5D. Grayscale: #D9D9D9. Windows color (decimal): -4394334 or 10678972. OLE color: 10678972.

HSL color Cylindrical-coordinate representation of color #BCF2A2: hue angle of 100.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCF2A2 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 162 -
CMYK 0.22 0 0.33 0.05
HSL 100.5º 0.75% 0.79% -
HSV(B) 100.5º 0.33% 0.95% -
XYZ 59.01 76.8 45.9 -
YUV 216.73 97.11 107.5 -
System Red Green Blue C M Y K H S L
Decimal 188 242 162 0.22 0 0.33 0.05 100.5 0.75 0.79
Hex BC F2 A2 16 0 21 5 64 4B 4F
Octal 274 362 242 26 0 41 5 144 113 117
Binary 10111100 11110010 10100010 10110 0 100001 101 1100100 1001011 1001111

Color Harmonies of #BCF2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2A2

Black with #BCF2A2

Text Example


Text Example

White with #BCF2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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