#B2FBDE

Color #B2FBDE Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B2FBDE

Tints of Magic Mint #B2FBDE

Color information

#B2FBDE (or 0xB2FBDE) is unknown color: approx Magic Mint. HEX triplet: B2, FB and DE. RGB value is (178,251,222). Sum of RGB (Red+Green+Blue) = 178+251+222=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBDE is #4D0421. Grayscale: #E1E1E1. Windows color (decimal): -5047330 or 14613426. OLE color: 14613426.

HSL color Cylindrical-coordinate representation of color #B2FBDE: hue angle of 156.16º 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 #B2FBDE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB178251222-
CMYK0.2900.120.02
HSL156.16º90.12%84.12%-
HSV(B)156.16º29.08%98.43%-
XYZ66.0483.7381.79-
YUV225.87125.8293.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.34%
GREEN value IS 251 (98.44% from 255) = 38.56%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=27.34%
G=38.56%
B=34.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782512220.2900.120.02156.1690.1284.12
HexB2FBDE1D0C29c5a54
Octal262373336350142234132124
Binary1011001011111011110111101110101100101001110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBDE; }

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

 H1.HeaderClassName
 {
   color: #B2FBDE;
 }
 .AnyTagClassName
 {
   color: #B2FBDE;
 }
</style>
background-color css

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

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

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

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

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

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