Html Css Color HEX #B1ECCA Magic Mint

📋 copy color: '#B1ECCA'

red 177 ◦ green 236 ◦ blue 202

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

Shades of Magic Mint #B1ECCA

Tints of Magic Mint #B1ECCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.85%

R = 28.78%
G = 38.37%
B = 32.85%

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

#B1ECCA (or 0xB1ECCA) is known color: Magic Mint. HEX triplet: B1, EC and CA. RGB value is (177,236,202). Sum of RGB (Red+Green+Blue) = 177+236+202=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECCA is #4E1335. Grayscale: #D6D6D6. Windows color (decimal): -5116726 or 13298865. OLE color: 13298865.

HSL color Cylindrical-coordinate representation of color #B1ECCA: hue angle of 145.42º 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 #B1ECCA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 236 202 -
CMYK 0.25 0 0.14 0.07
HSL 145.42º 0.61% 0.81% -
HSV(B) 145.42º 0.25% 0.93% -
XYZ 58.79 73.6 66.99 -
YUV 214.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 177 236 202 0.25 0 0.14 0.07 145.42 0.61 0.81
Hex B1 EC CA 19 0 E 7 91 3D 51
Octal 261 354 312 31 0 16 7 221 75 121
Binary 10110001 11101100 11001010 11001 0 1110 111 10010001 111101 1010001

Color Harmonies of #B1ECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ECCA

Black with #B1ECCA

Text Example


Text Example

White with #B1ECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ECCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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