Html Css Color HEX #BFF2E0 Mint Tulip

📋 copy color: '#BFF2E0'

red 191 ◦ green 242 ◦ blue 224

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

Shades of Mint Tulip #BFF2E0

Tints of Mint Tulip #BFF2E0

RGB

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

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

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

R = 29.07%
G = 36.83%
B = 34.09%

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

#BFF2E0 (or 0xBFF2E0) is known color: Mint Tulip. HEX triplet: BF, F2 and E0. RGB value is (191,242,224). Sum of RGB (Red+Green+Blue) = 191+242+224=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2E0 is #400D1F. Grayscale: #E0E0E0. Windows color (decimal): -4197664 or 14742207. OLE color: 14742207.

HSL color Cylindrical-coordinate representation of color #BFF2E0: hue angle of 158.82º 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 #BFF2E0 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 224 -
CMYK 0.21 0 0.07 0.05
HSL 158.82º 0.66% 0.85% -
HSV(B) 158.82º 0.21% 0.95% -
XYZ 66.69 79.96 82.44 -
YUV 224.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 191 242 224 0.21 0 0.07 0.05 158.82 0.66 0.85
Hex BF F2 E0 15 0 7 5 9F 42 55
Octal 277 362 340 25 0 7 5 237 102 125
Binary 10111111 11110010 11100000 10101 0 111 101 10011111 1000010 1010101

Color Harmonies of #BFF2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2E0

Black with #BFF2E0

Text Example


Text Example

White with #BFF2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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