#BBFBDF

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

Shades of Mint Tulip #BBFBDF

Tints of Mint Tulip #BBFBDF

Color information

#BBFBDF (or 0xBBFBDF) is unknown color: approx Mint Tulip. HEX triplet: BB, FB and DF. RGB value is (187,251,223). Sum of RGB (Red+Green+Blue) = 187+251+223=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBDF is #440420. Grayscale: #E4E4E4. Windows color (decimal): -4457505 or 14678971. OLE color: 14678971.

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

Color convert

RGB187251223-
CMYK0.2500.110.02
HSL153.75º88.89%85.88%-
HSV(B)153.75º25.5%98.43%-
XYZ68.3184.8982.6-
YUV228.67124.898.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 251 (98.44% from 255) = 37.97%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=28.29%
G=37.97%
B=33.74%

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
Decimal1872512230.2500.110.02153.7588.8985.88
HexBBFBDF190B29a5956
Octal273373337310132232131126
Binary1011101111111011110111111100101011101001101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBDF; }

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

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

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

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

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

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

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

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