Html Css Color HEX #B2FBCE Magic Mint

📋 copy color: '#B2FBCE'

red 178 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #B2FBCE

Tints of Magic Mint #B2FBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.53%

 BLUE value IS 206 (80.86% from 255) = 32.44%

R = 28.03%
G = 39.53%
B = 32.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#B2FBCE (or 0xB2FBCE) is known color: Magic Mint. HEX triplet: B2, FB and CE. RGB value is (178,251,206). Sum of RGB (Red+Green+Blue) = 178+251+206=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBCE is #4D0431. Grayscale: #E0E0E0. Windows color (decimal): -5047346 or 13564850. OLE color: 13564850.

HSL color Cylindrical-coordinate representation of color #B2FBCE: hue angle of 143.01º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBCE is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 251 206 -
CMYK 0.29 0 0.18 0.02
HSL 143.01º 0.9% 0.84% -
HSV(B) 143.01º 0.29% 0.98% -
XYZ 64 82.92 71.02 -
YUV 224.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 178 251 206 0.29 0 0.18 0.02 143.01 0.9 0.84
Hex B2 FB CE 1D 0 12 2 8F 5A 54
Octal 262 373 316 35 0 22 2 217 132 124
Binary 10110010 11111011 11001110 11101 0 10010 10 10001111 1011010 1010100

Color Harmonies of #B2FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBCE

Black with #B2FBCE

Text Example


Text Example

White with #B2FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBCE; }

 p { color: rgb(178,251,206); }

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

background-color css

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

 a { background-color: rgb(178,251,206); }

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

border-color css

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

 span { border-color: rgb(178,251,206); }

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