#B4FCDC

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

Shades of Magic Mint #B4FCDC

Tints of Magic Mint #B4FCDC

Color information

#B4FCDC (or 0xB4FCDC) is unknown color: approx Magic Mint. HEX triplet: B4, FC and DC. RGB value is (180,252,220). Sum of RGB (Red+Green+Blue) = 180+252+220=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCDC is #4B0323. Grayscale: #E2E2E2. Windows color (decimal): -4916004 or 14482612. OLE color: 14482612.

HSL color Cylindrical-coordinate representation of color #B4FCDC: hue angle of 153.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FCDC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB180252220-
CMYK0.2900.130.01
HSL153.33º92.31%84.71%-
HSV(B)153.33º28.57%98.82%-
XYZ66.5584.4980.51-
YUV226.82124.1594.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.61%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=27.61%
G=38.65%
B=33.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802522200.2900.130.01153.3392.3184.71
HexB4FCDC1D0D1995c55
Octal264374334350151231134125
Binary101101001111110011011100111010110111001100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCDC; }

 p { color: rgb(180,252,220); }

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

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

 a { background-color: rgb(180,252,220); }

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

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

 span { border-color: rgb(180,252,220); }

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