Html Css Color HEX #BFFEE0 Mint Tulip

📋 copy color: '#BFFEE0'

red 191 ◦ green 254 ◦ blue 224

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

Shades of Mint Tulip #BFFEE0

Tints of Mint Tulip #BFFEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.48%

R = 28.55%
G = 37.97%
B = 33.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#BFFEE0 (or 0xBFFEE0) is known color: Mint Tulip. HEX triplet: BF, FE and E0. RGB value is (191,254,224). Sum of RGB (Red+Green+Blue) = 191+254+224=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEE0 is #40011F. Grayscale: #E7E7E7. Windows color (decimal): -4194592 or 14745279. OLE color: 14745279.

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

Color convert

RGB 191 254 224 -
CMYK 0.25 0 0.12 0.00
HSL 151.43º 0.97% 0.87% -
HSV(B) 151.43º 0.25% 1% -
XYZ 70.38 87.34 83.67 -
YUV 231.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 191 254 224 0.25 0 0.12 0.00 151.43 0.97 0.87
Hex BF FE E0 19 0 C 0 97 61 57
Octal 277 376 340 31 0 14 0 227 141 127
Binary 10111111 11111110 11100000 11001 0 1100 0 10010111 1100001 1010111

Color Harmonies of #BFFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFEE0

Black with #BFFEE0

Text Example


Text Example

White with #BFFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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