#BBFADF

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

Shades of Mint Tulip #BBFADF

Tints of Mint Tulip #BBFADF

Color information

#BBFADF (or 0xBBFADF) is unknown color: approx Mint Tulip. HEX triplet: BB, FA and DF. RGB value is (187,250,223). Sum of RGB (Red+Green+Blue) = 187+250+223=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFADF is #440520. Grayscale: #E4E4E4. Windows color (decimal): -4457761 or 14678715. OLE color: 14678715.

HSL color Cylindrical-coordinate representation of color #BBFADF: hue angle of 154.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFADF is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB187250223-
CMYK0.2500.110.02
HSL154.29º86.3%85.69%-
HSV(B)154.29º25.2%98.04%-
XYZ6884.2682.49-
YUV228.08125.1398.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=28.33%
G=37.88%
B=33.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502230.2500.110.02154.2986.385.69
HexBBFADF190B29a5656
Octal273372337310132232126126
Binary1011101111111010110111111100101011101001101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFADF; }

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

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

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

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

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

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

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

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