#BBF7DE

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

Shades of Mint Tulip #BBF7DE

Tints of Mint Tulip #BBF7DE

Color information

#BBF7DE (or 0xBBF7DE) is unknown color: approx Mint Tulip. HEX triplet: BB, F7 and DE. RGB value is (187,247,222). Sum of RGB (Red+Green+Blue) = 187+247+222=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7DE is #440821. Grayscale: #E2E2E2. Windows color (decimal): -4458530 or 14612411. OLE color: 14612411.

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

Color convert

RGB187247222-
CMYK0.2400.100.03
HSL155º78.95%85.1%-
HSV(B)155º24.29%96.86%-
XYZ66.9482.3681.48-
YUV226.21125.62100.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 247 (96.88% from 255) = 37.65%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=28.51%
G=37.65%
B=33.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872472220.2400.100.0315578.9585.1
HexBBF7DE180A39b4f55
Octal273367336300123233117125
Binary1011101111110111110111101100001010111001101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7DE; }

 p { color: rgb(187,247,222); }

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

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

 a { background-color: rgb(187,247,222); }

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

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

 span { border-color: rgb(187,247,222); }

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