Html Css Color HEX #BFFBE2 Mint Tulip

📋 copy color: '#BFFBE2'

red 191 ◦ green 251 ◦ blue 226

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

Shades of Mint Tulip #BFFBE2

Tints of Mint Tulip #BFFBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.57%

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

R = 28.59%
G = 37.57%
B = 33.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#BFFBE2 (or 0xBFFBE2) is known color: Mint Tulip. HEX triplet: BF, FB and E2. RGB value is (191,251,226). Sum of RGB (Red+Green+Blue) = 191+251+226=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBE2 is #40041D. Grayscale: #E6E6E6. Windows color (decimal): -4195358 or 14875583. OLE color: 14875583.

HSL color Cylindrical-coordinate representation of color #BFFBE2: hue angle of 155º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBE2 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 251 226 -
CMYK 0.24 0 0.10 0.02
HSL 155º 0.88% 0.87% -
HSV(B) 155º 0.24% 0.98% -
XYZ 69.71 85.56 84.79 -
YUV 230.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 191 251 226 0.24 0 0.10 0.02 155 0.88 0.87
Hex BF FB E2 18 0 A 2 9B 58 57
Octal 277 373 342 30 0 12 2 233 130 127
Binary 10111111 11111011 11100010 11000 0 1010 10 10011011 1011000 1010111

Color Harmonies of #BFFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFBE2

Black with #BFFBE2

Text Example


Text Example

White with #BFFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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