Html Css Color HEX #B1EBCB Magic Mint

📋 copy color: '#B1EBCB'

red 177 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #B1EBCB

Tints of Magic Mint #B1EBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.21%

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

R = 28.78%
G = 38.21%
B = 33.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#B1EBCB (or 0xB1EBCB) is known color: Magic Mint. HEX triplet: B1, EB and CB. RGB value is (177,235,203). Sum of RGB (Red+Green+Blue) = 177+235+203=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBCB is #4E1434. Grayscale: #D6D6D6. Windows color (decimal): -5116981 or 13364145. OLE color: 13364145.

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

Color convert

RGB 177 235 203 -
CMYK 0.25 0 0.14 0.08
HSL 146.9º 0.59% 0.81% -
HSV(B) 146.9º 0.25% 0.92% -
XYZ 58.62 73.08 67.52 -
YUV 214.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 177 235 203 0.25 0 0.14 0.08 146.9 0.59 0.81
Hex B1 EB CB 19 0 E 8 93 3B 51
Octal 261 353 313 31 0 16 10 223 73 121
Binary 10110001 11101011 11001011 11001 0 1110 1000 10010011 111011 1010001

Color Harmonies of #B1EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBCB

Black with #B1EBCB

Text Example


Text Example

White with #B1EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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