Html Css Color HEX #B4FDDC Magic Mint

📋 copy color: '#B4FDDC'

red 180 ◦ green 253 ◦ blue 220

#B4FDDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #B4FDDC

Tints of Magic Mint #B4FDDC

RGB

 RED value IS 180 (70.7% from 255) = 27.57%

 GREEN value IS 253 (99.22% from 255) = 38.74%

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 27.57%
G = 38.74%
B = 33.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B4FDDC (or 0xB4FDDC) is known color: Magic Mint. HEX triplet: B4, FD and DC. RGB value is (180,253,220). Sum of RGB (Red+Green+Blue) = 180+253+220=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDDC is #4B0223. Grayscale: #E3E3E3. Windows color (decimal): -4915748 or 14482868. OLE color: 14482868.

HSL color Cylindrical-coordinate representation of color #B4FDDC: hue angle of 152.88º degrees, saturation: 0.95, 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 #B4FDDC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 253 220 -
CMYK 0.29 0 0.13 0.01
HSL 152.88º 0.95% 0.85% -
HSV(B) 152.88º 0.29% 0.99% -
XYZ 66.87 85.12 80.62 -
YUV 227.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 180 253 220 0.29 0 0.13 0.01 152.88 0.95 0.85
Hex B4 FD DC 1D 0 D 1 99 5F 55
Octal 264 375 334 35 0 15 1 231 137 125
Binary 10110100 11111101 11011100 11101 0 1101 1 10011001 1011111 1010101

Color Harmonies of #B4FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FDDC

Black with #B4FDDC

Text Example


Text Example

White with #B4FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FDDC; }

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

 H1.HeaderClassName
 {
   color: #B4FDDC;
 }
 .AnyTagClassName
 {
   color: #B4FDDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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