#B0DEC6

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

Shades of Magic Mint #B0DEC6

Tints of Magic Mint #B0DEC6

Color information

#B0DEC6 (or 0xB0DEC6) is unknown color: approx Magic Mint. HEX triplet: B0, DE and C6. RGB value is (176,222,198). Sum of RGB (Red+Green+Blue) = 176+222+198=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEC6 is #4F2139. Grayscale: #CDCDCD. Windows color (decimal): -5185850 or 13033136. OLE color: 13033136.

HSL color Cylindrical-coordinate representation of color #B0DEC6: hue angle of 148.7º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DEC6 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB176222198-
CMYK0.2100.110.13
HSL148.7º41.07%78.04%-
HSV(B)148.7º20.72%87.06%-
XYZ54.2265.5563.22-
YUV205.51123.76106.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 198 (77.73% from 255) = 33.22%
R=29.53%
G=37.25%
B=33.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762221980.2100.110.13148.741.0778.04
HexB0DEC6150BD95294e
Octal260336306250131522551116
Binary10110000110111101100011010101010111101100101011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEC6; }

 p { color: rgb(176,222,198); }

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

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

 a { background-color: rgb(176,222,198); }

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

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

 span { border-color: rgb(176,222,198); }

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