Html Css Color HEX #B2FACF Magic Mint

📋 copy color: '#B2FACF'

red 178 ◦ green 250 ◦ blue 207

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

Shades of Magic Mint #B2FACF

Tints of Magic Mint #B2FACF

RGB

 RED value IS 178 (69.92% from 255) = 28.03%

 GREEN value IS 250 (98.05% from 255) = 39.37%

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

R = 28.03%
G = 39.37%
B = 32.6%

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

#B2FACF (or 0xB2FACF) is known color: Magic Mint. HEX triplet: B2, FA and CF. RGB value is (178,250,207). Sum of RGB (Red+Green+Blue) = 178+250+207=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FACF is #4D0530. Grayscale: #DFDFDF. Windows color (decimal): -5047601 or 13630130. OLE color: 13630130.

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

Color convert

RGB 178 250 207 -
CMYK 0.29 0 0.17 0.02
HSL 144.17º 0.88% 0.84% -
HSV(B) 144.17º 0.29% 0.98% -
XYZ 63.81 82.34 71.56 -
YUV 223.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 178 250 207 0.29 0 0.17 0.02 144.17 0.88 0.84
Hex B2 FA CF 1D 0 11 2 90 58 54
Octal 262 372 317 35 0 21 2 220 130 124
Binary 10110010 11111010 11001111 11101 0 10001 10 10010000 1011000 1010100

Color Harmonies of #B2FACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FACF

Black with #B2FACF

Text Example


Text Example

White with #B2FACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FACF; }

 p { color: rgb(178,250,207); }

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

background-color css

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

 a { background-color: rgb(178,250,207); }

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

border-color css

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

 span { border-color: rgb(178,250,207); }

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