#BFFBDF

Color #BFFBDF Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #BFFBDF

Tints of Mint Tulip #BFFBDF

Color information

#BFFBDF (or 0xBFFBDF) is unknown color: approx Mint Tulip. HEX triplet: BF, FB and DF. RGB value is (191,251,223). Sum of RGB (Red+Green+Blue) = 191+251+223=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBDF is #400420. Grayscale: #E5E5E5. Windows color (decimal): -4195361 or 14678975. OLE color: 14678975.

HSL color Cylindrical-coordinate representation of color #BFFBDF: hue angle of 152º 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 #BFFBDF is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB191251223-
CMYK0.2400.110.02
HSL152º88.24%86.67%-
HSV(B)152º23.9%98.43%-
XYZ69.385.482.64-
YUV229.87124.12100.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.72%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=28.72%
G=37.74%
B=33.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912512230.2400.110.0215288.2486.67
HexBFFBDF180B2985857
Octal277373337300132230130127
Binary1011111111111011110111111100001011101001100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBDF; }

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

 H1.HeaderClassName
 {
   color: #BFFBDF;
 }
 .AnyTagClassName
 {
   color: #BFFBDF;
 }
</style>
background-color css

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

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

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

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

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

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