#BBFDE0

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

Shades of Mint Tulip #BBFDE0

Tints of Mint Tulip #BBFDE0

Color information

#BBFDE0 (or 0xBBFDE0) is unknown color: approx Mint Tulip. HEX triplet: BB, FD and E0. RGB value is (187,253,224). Sum of RGB (Red+Green+Blue) = 187+253+224=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDE0 is #44021F. Grayscale: #E6E6E6. Windows color (decimal): -4456992 or 14745019. OLE color: 14745019.

HSL color Cylindrical-coordinate representation of color #BBFDE0: hue angle of 153.64º 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 #BBFDE0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB187253224-
CMYK0.2600.110.01
HSL153.64º94.29%86.27%-
HSV(B)153.64º26.09%99.22%-
XYZ69.0786.283.52-
YUV229.96124.6397.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=28.16%
G=38.10%
B=33.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532240.2600.110.01153.6494.2986.27
HexBBFDE01A0B19a5e56
Octal273375340320131232136126
Binary101110111111110111100000110100101111001101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDE0; }

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

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

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

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

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

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

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

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