Html Css Color HEX #BFF2E1 Mint Tulip

📋 copy color: '#BFF2E1'

red 191 ◦ green 242 ◦ blue 225

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

Shades of Mint Tulip #BFF2E1

Tints of Mint Tulip #BFF2E1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.78%

 BLUE value IS 225 (88.28% from 255) = 34.19%

R = 29.03%
G = 36.78%
B = 34.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#BFF2E1 (or 0xBFF2E1) is known color: Mint Tulip. HEX triplet: BF, F2 and E1. RGB value is (191,242,225). Sum of RGB (Red+Green+Blue) = 191+242+225=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2E1 is #400D1E. Grayscale: #E0E0E0. Windows color (decimal): -4197663 or 14807743. OLE color: 14807743.

HSL color Cylindrical-coordinate representation of color #BFF2E1: hue angle of 160º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2E1 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 225 -
CMYK 0.21 0 0.07 0.05
HSL 160º 0.66% 0.85% -
HSV(B) 160º 0.21% 0.95% -
XYZ 66.83 80.02 83.16 -
YUV 224.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 191 242 225 0.21 0 0.07 0.05 160 0.66 0.85
Hex BF F2 E1 15 0 7 5 A0 42 55
Octal 277 362 341 25 0 7 5 240 102 125
Binary 10111111 11110010 11100001 10101 0 111 101 10100000 1000010 1010101

Color Harmonies of #BFF2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2E1

Black with #BFF2E1

Text Example


Text Example

White with #BFF2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2E1; }

 p { color: rgb(191,242,225); }

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

background-color css

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

 a { background-color: rgb(191,242,225); }

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

border-color css

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

 span { border-color: rgb(191,242,225); }

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