#B0DEC8

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

Shades of Magic Mint #B0DEC8

Tints of Magic Mint #B0DEC8

Color information

#B0DEC8 (or 0xB0DEC8) is unknown color: approx Magic Mint. HEX triplet: B0, DE and C8. RGB value is (176,222,200). Sum of RGB (Red+Green+Blue) = 176+222+200=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEC8 is #4F2137. Grayscale: #CDCDCD. Windows color (decimal): -5185848 or 13164208. OLE color: 13164208.

HSL color Cylindrical-coordinate representation of color #B0DEC8: hue angle of 151.3º 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 #B0DEC8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB176222200-
CMYK0.2100.100.13
HSL151.3º41.07%78.04%-
HSV(B)151.3º20.72%87.06%-
XYZ54.4565.6464.44-
YUV205.74124.76106.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 222 (87.11% from 255) = 37.12%
BLUE value IS 200 (78.52% from 255) = 33.44%
R=29.43%
G=37.12%
B=33.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762222000.2100.100.13151.341.0778.04
HexB0DEC8150AD97294e
Octal260336310250121522751116
Binary10110000110111101100100010101010101101100101111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEC8; }

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

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

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

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

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

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

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

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