Html Css Color HEX #B1ECCC Magic Mint

📋 copy color: '#B1ECCC'

red 177 ◦ green 236 ◦ blue 204

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

Shades of Magic Mint #B1ECCC

Tints of Magic Mint #B1ECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.25%

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

R = 28.69%
G = 38.25%
B = 33.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#B1ECCC (or 0xB1ECCC) is known color: Magic Mint. HEX triplet: B1, EC and CC. RGB value is (177,236,204). Sum of RGB (Red+Green+Blue) = 177+236+204=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECCC is #4E1333. Grayscale: #D6D6D6. Windows color (decimal): -5116724 or 13429937. OLE color: 13429937.

HSL color Cylindrical-coordinate representation of color #B1ECCC: hue angle of 147.46º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1ECCC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 236 204 -
CMYK 0.25 0 0.14 0.07
HSL 147.46º 0.61% 0.81% -
HSV(B) 147.46º 0.25% 0.93% -
XYZ 59.03 73.7 68.24 -
YUV 214.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 177 236 204 0.25 0 0.14 0.07 147.46 0.61 0.81
Hex B1 EC CC 19 0 E 7 93 3D 51
Octal 261 354 314 31 0 16 7 223 75 121
Binary 10110001 11101100 11001100 11001 0 1110 111 10010011 111101 1010001

Color Harmonies of #B1ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ECCC

Black with #B1ECCC

Text Example


Text Example

White with #B1ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ECCC; }

 p { color: rgb(177,236,204); }

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

background-color css

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

 a { background-color: rgb(177,236,204); }

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

border-color css

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

 span { border-color: rgb(177,236,204); }

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