Html Css Color HEX #B1F9CF Magic Mint

📋 copy color: '#B1F9CF'

red 177 ◦ green 249 ◦ blue 207

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

Shades of Magic Mint #B1F9CF

Tints of Magic Mint #B1F9CF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.34%

 BLUE value IS 207 (81.25% from 255) = 32.7%

R = 27.96%
G = 39.34%
B = 32.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#B1F9CF (or 0xB1F9CF) is known color: Magic Mint. HEX triplet: B1, F9 and CF. RGB value is (177,249,207). Sum of RGB (Red+Green+Blue) = 177+249+207=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9CF is #4E0630. Grayscale: #DEDEDE. Windows color (decimal): -5113393 or 13629873. OLE color: 13629873.

HSL color Cylindrical-coordinate representation of color #B1F9CF: hue angle of 145º degrees, saturation: 0.86, 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 #B1F9CF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 207 -
CMYK 0.29 0 0.17 0.02
HSL 145º 0.86% 0.84% -
HSV(B) 145º 0.29% 0.98% -
XYZ 63.27 81.6 71.45 -
YUV 222.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 177 249 207 0.29 0 0.17 0.02 145 0.86 0.84
Hex B1 F9 CF 1D 0 11 2 91 56 54
Octal 261 371 317 35 0 21 2 221 126 124
Binary 10110001 11111001 11001111 11101 0 10001 10 10010001 1010110 1010100

Color Harmonies of #B1F9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F9CF

Black with #B1F9CF

Text Example


Text Example

White with #B1F9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F9CF; }

 p { color: rgb(177,249,207); }

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

background-color css

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

 a { background-color: rgb(177,249,207); }

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

border-color css

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

 span { border-color: rgb(177,249,207); }

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