Html Css Color HEX #B2FFC9 Magic Mint

📋 copy color: '#B2FFC9'

red 178 ◦ green 255 ◦ blue 201

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

Shades of Magic Mint #B2FFC9

Tints of Magic Mint #B2FFC9

RGB

 RED value IS 178 (69.92% from 255) = 28.08%

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

 BLUE value IS 201 (78.91% from 255) = 31.7%

R = 28.08%
G = 40.22%
B = 31.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#B2FFC9 (or 0xB2FFC9) is known color: Magic Mint. HEX triplet: B2, FF and C9. RGB value is (178,255,201). Sum of RGB (Red+Green+Blue) = 178+255+201=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFC9 is #4D0036. Grayscale: #E1E1E1. Windows color (decimal): -5046327 or 13238194. OLE color: 13238194.

HSL color Cylindrical-coordinate representation of color #B2FFC9: hue angle of 137.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFC9 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 201 -
CMYK 0.30 0 0.21 0
HSL 137.92º 1% 0.85% -
HSV(B) 137.92º 0.3% 1% -
XYZ 64.66 85.2 68.3 -
YUV 225.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 178 255 201 0.30 0 0.21 0 137.92 1 0.85
Hex B2 FF C9 1E 0 15 0 8A 64 55
Octal 262 377 311 36 0 25 0 212 144 125
Binary 10110010 11111111 11001001 11110 0 10101 0 10001010 1100100 1010101

Color Harmonies of #B2FFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFC9

Black with #B2FFC9

Text Example


Text Example

White with #B2FFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFC9; }

 p { color: rgb(178,255,201); }

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

background-color css

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

 a { background-color: rgb(178,255,201); }

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

border-color css

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

 span { border-color: rgb(178,255,201); }

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