Html Css Color HEX #B2E6CF Magic Mint

📋 copy color: '#B2E6CF'

red 178 ◦ green 230 ◦ blue 207

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

Shades of Magic Mint #B2E6CF

Tints of Magic Mint #B2E6CF

RGB

 RED value IS 178 (69.92% from 255) = 28.94%

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

 BLUE value IS 207 (81.25% from 255) = 33.66%

R = 28.94%
G = 37.4%
B = 33.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#B2E6CF (or 0xB2E6CF) is known color: Magic Mint. HEX triplet: B2, E6 and CF. RGB value is (178,230,207). Sum of RGB (Red+Green+Blue) = 178+230+207=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E6CF is #4D1930. Grayscale: #D3D3D3. Windows color (decimal): -5052721 or 13625010. OLE color: 13625010.

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

Color convert

RGB 178 230 207 -
CMYK 0.23 0 0.10 0.10
HSL 153.46º 0.51% 0.8% -
HSV(B) 153.46º 0.23% 0.9% -
XYZ 57.92 70.56 69.6 -
YUV 211.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 178 230 207 0.23 0 0.10 0.10 153.46 0.51 0.8
Hex B2 E6 CF 17 0 A A 99 33 50
Octal 262 346 317 27 0 12 12 231 63 120
Binary 10110010 11100110 11001111 10111 0 1010 1010 10011001 110011 1010000

Color Harmonies of #B2E6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E6CF

Black with #B2E6CF

Text Example


Text Example

White with #B2E6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E6CF; }

 p { color: rgb(178,230,207); }

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

background-color css

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

 a { background-color: rgb(178,230,207); }

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

border-color css

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

 span { border-color: rgb(178,230,207); }

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