Html Css Color HEX #BFFEE2 Mint Tulip

📋 copy color: '#BFFEE2'

red 191 ◦ green 254 ◦ blue 226

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

Shades of Mint Tulip #BFFEE2

Tints of Mint Tulip #BFFEE2

RGB

 RED value IS 191 (75% from 255) = 28.46%

 GREEN value IS 254 (99.61% from 255) = 37.85%

 BLUE value IS 226 (88.67% from 255) = 33.68%

R = 28.46%
G = 37.85%
B = 33.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#BFFEE2 (or 0xBFFEE2) is known color: Mint Tulip. HEX triplet: BF, FE and E2. RGB value is (191,254,226). Sum of RGB (Red+Green+Blue) = 191+254+226=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEE2 is #40011D. Grayscale: #E8E8E8. Windows color (decimal): -4194590 or 14876351. OLE color: 14876351.

HSL color Cylindrical-coordinate representation of color #BFFEE2: hue angle of 153.33º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFEE2 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 254 226 -
CMYK 0.25 0 0.11 0.00
HSL 153.33º 0.97% 0.87% -
HSV(B) 153.33º 0.25% 1% -
XYZ 70.66 87.45 85.11 -
YUV 231.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 191 254 226 0.25 0 0.11 0.00 153.33 0.97 0.87
Hex BF FE E2 19 0 B 0 99 61 57
Octal 277 376 342 31 0 13 0 231 141 127
Binary 10111111 11111110 11100010 11001 0 1011 0 10011001 1100001 1010111

Color Harmonies of #BFFEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFEE2

Black with #BFFEE2

Text Example


Text Example

White with #BFFEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFEE2; }

 p { color: rgb(191,254,226); }

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

background-color css

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

 a { background-color: rgb(191,254,226); }

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

border-color css

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

 span { border-color: rgb(191,254,226); }

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