Html Css Color HEX #B4FBDC Magic Mint

📋 copy color: '#B4FBDC'

red 180 ◦ green 251 ◦ blue 220

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

Shades of Magic Mint #B4FBDC

Tints of Magic Mint #B4FBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.56%

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

R = 27.65%
G = 38.56%
B = 33.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#B4FBDC (or 0xB4FBDC) is known color: Magic Mint. HEX triplet: B4, FB and DC. RGB value is (180,251,220). Sum of RGB (Red+Green+Blue) = 180+251+220=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBDC is #4B0423. Grayscale: #E2E2E2. Windows color (decimal): -4916260 or 14482356. OLE color: 14482356.

HSL color Cylindrical-coordinate representation of color #B4FBDC: hue angle of 153.8º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBDC is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 220 -
CMYK 0.28 0 0.12 0.02
HSL 153.8º 0.9% 0.85% -
HSV(B) 153.8º 0.28% 0.98% -
XYZ 66.24 83.86 80.41 -
YUV 226.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 180 251 220 0.28 0 0.12 0.02 153.8 0.9 0.85
Hex B4 FB DC 1C 0 C 2 9A 5A 55
Octal 264 373 334 34 0 14 2 232 132 125
Binary 10110100 11111011 11011100 11100 0 1100 10 10011010 1011010 1010101

Color Harmonies of #B4FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBDC

Black with #B4FBDC

Text Example


Text Example

White with #B4FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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