Html Css Color HEX #B1FDDE Magic Mint

📋 copy color: '#B1FDDE'

red 177 ◦ green 253 ◦ blue 222

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

Shades of Magic Mint #B1FDDE

Tints of Magic Mint #B1FDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.05%

R = 27.15%
G = 38.8%
B = 34.05%

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

#B1FDDE (or 0xB1FDDE) is known color: Magic Mint. HEX triplet: B1, FD and DE. RGB value is (177,253,222). Sum of RGB (Red+Green+Blue) = 177+253+222=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDDE is #4E0221. Grayscale: #E2E2E2. Windows color (decimal): -5112354 or 14613937. OLE color: 14613937.

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

Color convert

RGB 177 253 222 -
CMYK 0.30 0 0.12 0.01
HSL 155.53º 0.95% 0.84% -
HSV(B) 155.53º 0.3% 0.99% -
XYZ 66.44 84.87 81.99 -
YUV 226.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 177 253 222 0.30 0 0.12 0.01 155.53 0.95 0.84
Hex B1 FD DE 1E 0 C 1 9C 5F 54
Octal 261 375 336 36 0 14 1 234 137 124
Binary 10110001 11111101 11011110 11110 0 1100 1 10011100 1011111 1010100

Color Harmonies of #B1FDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDDE

Black with #B1FDDE

Text Example


Text Example

White with #B1FDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDDE; }

 p { color: rgb(177,253,222); }

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

background-color css

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

 a { background-color: rgb(177,253,222); }

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

border-color css

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

 span { border-color: rgb(177,253,222); }

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