Html Css Color HEX #B2FCD7 Magic Mint

📋 copy color: '#B2FCD7'

red 178 ◦ green 252 ◦ blue 215

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

Shades of Magic Mint #B2FCD7

Tints of Magic Mint #B2FCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.33%

R = 27.6%
G = 39.07%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#B2FCD7 (or 0xB2FCD7) is known color: Magic Mint. HEX triplet: B2, FC and D7. RGB value is (178,252,215). Sum of RGB (Red+Green+Blue) = 178+252+215=645 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.60% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCD7 is #4D0328. Grayscale: #E1E1E1. Windows color (decimal): -5047081 or 14154930. OLE color: 14154930.

HSL color Cylindrical-coordinate representation of color #B2FCD7: hue angle of 150º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCD7 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 215 -
CMYK 0.29 0 0.15 0.01
HSL 150º 0.93% 0.84% -
HSV(B) 150º 0.29% 0.99% -
XYZ 65.44 83.99 77.05 -
YUV 225.66 121.98 94.01 -
System Red Green Blue C M Y K H S L
Decimal 178 252 215 0.29 0 0.15 0.01 150 0.93 0.84
Hex B2 FC D7 1D 0 F 1 96 5C 54
Octal 262 374 327 35 0 17 1 226 134 124
Binary 10110010 11111100 11010111 11101 0 1111 1 10010110 1011100 1010100

Color Harmonies of #B2FCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCD7

Black with #B2FCD7

Text Example


Text Example

White with #B2FCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCD7; }

 p { color: rgb(178,252,215); }

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

background-color css

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

 a { background-color: rgb(178,252,215); }

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

border-color css

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

 span { border-color: rgb(178,252,215); }

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