Html Css Color HEX #B1FCDD Magic Mint

📋 copy color: '#B1FCDD'

red 177 ◦ green 252 ◦ blue 221

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

Shades of Magic Mint #B1FCDD

Tints of Magic Mint #B1FCDD

RGB

 RED value IS 177 (69.53% from 255) = 27.23%

 GREEN value IS 252 (98.83% from 255) = 38.77%

 BLUE value IS 221 (86.72% from 255) = 34%

R = 27.23%
G = 38.77%
B = 34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#B1FCDD (or 0xB1FCDD) is known color: Magic Mint. HEX triplet: B1, FC and DD. RGB value is (177,252,221). Sum of RGB (Red+Green+Blue) = 177+252+221=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCDD is #4E0322. Grayscale: #E2E2E2. Windows color (decimal): -5112611 or 14548145. OLE color: 14548145.

HSL color Cylindrical-coordinate representation of color #B1FCDD: hue angle of 155.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCDD is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 252 221 -
CMYK 0.30 0 0.12 0.01
HSL 155.2º 0.93% 0.84% -
HSV(B) 155.2º 0.3% 0.99% -
XYZ 65.99 84.19 81.18 -
YUV 226.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 177 252 221 0.30 0 0.12 0.01 155.2 0.93 0.84
Hex B1 FC DD 1E 0 C 1 9B 5D 54
Octal 261 374 335 36 0 14 1 233 135 124
Binary 10110001 11111100 11011101 11110 0 1100 1 10011011 1011101 1010100

Color Harmonies of #B1FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCDD

Black with #B1FCDD

Text Example


Text Example

White with #B1FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCDD; }

 p { color: rgb(177,252,221); }

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

background-color css

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

 a { background-color: rgb(177,252,221); }

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

border-color css

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

 span { border-color: rgb(177,252,221); }

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