Html Css Color HEX #B1E6CA Magic Mint

📋 copy color: '#B1E6CA'

red 177 ◦ green 230 ◦ blue 202

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

Shades of Magic Mint #B1E6CA

Tints of Magic Mint #B1E6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.77%

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

R = 29.06%
G = 37.77%
B = 33.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#B1E6CA (or 0xB1E6CA) is known color: Magic Mint. HEX triplet: B1, E6 and CA. RGB value is (177,230,202). Sum of RGB (Red+Green+Blue) = 177+230+202=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E6CA is #4E1935. Grayscale: #D3D3D3. Windows color (decimal): -5118262 or 13297329. OLE color: 13297329.

HSL color Cylindrical-coordinate representation of color #B1E6CA: hue angle of 148.3º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E6CA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 230 202 -
CMYK 0.23 0 0.12 0.10
HSL 148.3º 0.51% 0.8% -
HSV(B) 148.3º 0.23% 0.9% -
XYZ 57.09 70.21 66.42 -
YUV 210.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 177 230 202 0.23 0 0.12 0.10 148.3 0.51 0.8
Hex B1 E6 CA 17 0 C A 94 33 50
Octal 261 346 312 27 0 14 12 224 63 120
Binary 10110001 11100110 11001010 10111 0 1100 1010 10010100 110011 1010000

Color Harmonies of #B1E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E6CA

Black with #B1E6CA

Text Example


Text Example

White with #B1E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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