Html Css Color HEX #B5FACC Magic Mint

📋 copy color: '#B5FACC'

red 181 ◦ green 250 ◦ blue 204

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

Shades of Magic Mint #B5FACC

Tints of Magic Mint #B5FACC

RGB

 RED value IS 181 (71.09% from 255) = 28.5%

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

 BLUE value IS 204 (80.08% from 255) = 32.13%

R = 28.5%
G = 39.37%
B = 32.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#B5FACC (or 0xB5FACC) is known color: Magic Mint. HEX triplet: B5, FA and CC. RGB value is (181,250,204). Sum of RGB (Red+Green+Blue) = 181+250+204=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FACC is #4A0533. Grayscale: #E0E0E0. Windows color (decimal): -4850996 or 13433525. OLE color: 13433525.

HSL color Cylindrical-coordinate representation of color #B5FACC: hue angle of 140º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FACC is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 250 204 -
CMYK 0.28 0 0.18 0.02
HSL 140º 0.87% 0.85% -
HSV(B) 140º 0.28% 0.98% -
XYZ 64.14 82.55 69.68 -
YUV 224.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 181 250 204 0.28 0 0.18 0.02 140 0.87 0.85
Hex B5 FA CC 1C 0 12 2 8C 57 55
Octal 265 372 314 34 0 22 2 214 127 125
Binary 10110101 11111010 11001100 11100 0 10010 10 10001100 1010111 1010101

Color Harmonies of #B5FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FACC

Black with #B5FACC

Text Example


Text Example

White with #B5FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FACC; }

 p { color: rgb(181,250,204); }

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

background-color css

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

 a { background-color: rgb(181,250,204); }

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

border-color css

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

 span { border-color: rgb(181,250,204); }

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