#B8FBDC

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

Shades of Magic Mint #B8FBDC

Tints of Magic Mint #B8FBDC

Color information

#B8FBDC (or 0xB8FBDC) is unknown color: approx Magic Mint. HEX triplet: B8, FB and DC. RGB value is (184,251,220). Sum of RGB (Red+Green+Blue) = 184+251+220=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBDC is #470423. Grayscale: #E3E3E3. Windows color (decimal): -4654116 or 14482360. OLE color: 14482360.

HSL color Cylindrical-coordinate representation of color #B8FBDC: hue angle of 152.24º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBDC is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB184251220-
CMYK0.2700.120.02
HSL152.24º89.33%85.29%-
HSV(B)152.24º26.69%98.43%-
XYZ67.1884.3580.45-
YUV227.43123.897.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.09%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=28.09%
G=38.32%
B=33.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842512200.2700.120.02152.2489.3385.29
HexB8FBDC1B0C2985955
Octal270373334330142230131125
Binary1011100011111011110111001101101100101001100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBDC; }

 p { color: rgb(184,251,220); }

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

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

 a { background-color: rgb(184,251,220); }

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

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

 span { border-color: rgb(184,251,220); }

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