Html Css Color HEX #B1FBDB Magic Mint

📋 copy color: '#B1FBDB'

red 177 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #B1FBDB

Tints of Magic Mint #B1FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.85%

R = 27.36%
G = 38.79%
B = 33.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B1FBDB (or 0xB1FBDB) is known color: Magic Mint. HEX triplet: B1, FB and DB. RGB value is (177,251,219). Sum of RGB (Red+Green+Blue) = 177+251+219=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBDB is #4E0424. Grayscale: #E1E1E1. Windows color (decimal): -5112869 or 14416817. OLE color: 14416817.

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

Color convert

RGB 177 251 219 -
CMYK 0.29 0 0.13 0.02
HSL 154.05º 0.9% 0.84% -
HSV(B) 154.05º 0.29% 0.98% -
XYZ 65.41 83.46 79.68 -
YUV 225.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 177 251 219 0.29 0 0.13 0.02 154.05 0.9 0.84
Hex B1 FB DB 1D 0 D 2 9A 5A 54
Octal 261 373 333 35 0 15 2 232 132 124
Binary 10110001 11111011 11011011 11101 0 1101 10 10011010 1011010 1010100

Color Harmonies of #B1FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBDB

Black with #B1FBDB

Text Example


Text Example

White with #B1FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBDB; }

 p { color: rgb(177,251,219); }

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

background-color css

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

 a { background-color: rgb(177,251,219); }

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

border-color css

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

 span { border-color: rgb(177,251,219); }

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