#BBFDDF

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

Shades of Mint Tulip #BBFDDF

Tints of Mint Tulip #BBFDDF

Color information

#BBFDDF (or 0xBBFDDF) is unknown color: approx Mint Tulip. HEX triplet: BB, FD and DF. RGB value is (187,253,223). Sum of RGB (Red+Green+Blue) = 187+253+223=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDDF is #440220. Grayscale: #E5E5E5. Windows color (decimal): -4456993 or 14679483. OLE color: 14679483.

HSL color Cylindrical-coordinate representation of color #BBFDDF: hue angle of 152.73º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDDF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB187253223-
CMYK0.2600.120.01
HSL152.73º94.29%86.27%-
HSV(B)152.73º26.09%99.22%-
XYZ68.9486.1482.81-
YUV229.85124.1397.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 223 (87.5% from 255) = 33.63%
R=28.21%
G=38.16%
B=33.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532230.2600.120.01152.7394.2986.27
HexBBFDDF1A0C1995e56
Octal273375337320141231136126
Binary101110111111110111011111110100110011001100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDDF; }

 p { color: rgb(187,253,223); }

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

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

 a { background-color: rgb(187,253,223); }

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

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

 span { border-color: rgb(187,253,223); }

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