#B6FBDC

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

Shades of Magic Mint #B6FBDC

Tints of Magic Mint #B6FBDC

Color information

#B6FBDC (or 0xB6FBDC) is unknown color: approx Magic Mint. HEX triplet: B6, FB and DC. RGB value is (182,251,220). Sum of RGB (Red+Green+Blue) = 182+251+220=653 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.87% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBDC is #490423. Grayscale: #E2E2E2. Windows color (decimal): -4785188 or 14482358. OLE color: 14482358.

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

Color convert

RGB182251220-
CMYK0.2700.120.02
HSL153.04º89.61%84.9%-
HSV(B)153.04º27.49%98.43%-
XYZ66.7184.1180.43-
YUV226.84124.1496.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.87%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=27.87%
G=38.44%
B=33.69%

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
Decimal1822512200.2700.120.02153.0489.6184.9
HexB6FBDC1B0C2995a55
Octal266373334330142231132125
Binary1011011011111011110111001101101100101001100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBDC; }

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

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

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

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

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

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

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

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