Html Css Color HEX #B1E6CB Magic Mint

📋 copy color: '#B1E6CB'

red 177 ◦ green 230 ◦ blue 203

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

Shades of Magic Mint #B1E6CB

Tints of Magic Mint #B1E6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.28%

R = 29.02%
G = 37.7%
B = 33.28%

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

#B1E6CB (or 0xB1E6CB) is known color: Magic Mint. HEX triplet: B1, E6 and CB. RGB value is (177,230,203). Sum of RGB (Red+Green+Blue) = 177+230+203=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E6CB is #4E1934. Grayscale: #D3D3D3. Windows color (decimal): -5118261 or 13362865. OLE color: 13362865.

HSL color Cylindrical-coordinate representation of color #B1E6CB: hue angle of 149.43º 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 #B1E6CB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 230 203 -
CMYK 0.23 0 0.12 0.10
HSL 149.43º 0.51% 0.8% -
HSV(B) 149.43º 0.23% 0.9% -
XYZ 57.21 70.25 67.04 -
YUV 211.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 177 230 203 0.23 0 0.12 0.10 149.43 0.51 0.8
Hex B1 E6 CB 17 0 C A 95 33 50
Octal 261 346 313 27 0 14 12 225 63 120
Binary 10110001 11100110 11001011 10111 0 1100 1010 10010101 110011 1010000

Color Harmonies of #B1E6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E6CB

Black with #B1E6CB

Text Example


Text Example

White with #B1E6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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