#BBF9DE

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

Shades of Mint Tulip #BBF9DE

Tints of Mint Tulip #BBF9DE

Color information

#BBF9DE (or 0xBBF9DE) is unknown color: approx Mint Tulip. HEX triplet: BB, F9 and DE. RGB value is (187,249,222). Sum of RGB (Red+Green+Blue) = 187+249+222=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9DE is #440621. Grayscale: #E3E3E3. Windows color (decimal): -4458018 or 14612923. OLE color: 14612923.

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

Color convert

RGB187249222-
CMYK0.2500.110.02
HSL153.87º83.78%85.49%-
HSV(B)153.87º24.9%97.65%-
XYZ67.5583.5981.68-
YUV227.38124.9699.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 249 (97.66% from 255) = 37.84%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=28.42%
G=37.84%
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
Decimal1872492220.2500.110.02153.8783.7885.49
HexBBF9DE190B29a5455
Octal273371336310132232124125
Binary1011101111111001110111101100101011101001101010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9DE; }

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

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

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

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

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

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

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

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