#BDFBE0

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

Shades of Mint Tulip #BDFBE0

Tints of Mint Tulip #BDFBE0

Color information

#BDFBE0 (or 0xBDFBE0) is unknown color: approx Mint Tulip. HEX triplet: BD, FB and E0. RGB value is (189,251,224). Sum of RGB (Red+Green+Blue) = 189+251+224=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBE0 is #42041F. Grayscale: #E5E5E5. Windows color (decimal): -4326432 or 14744509. OLE color: 14744509.

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

Color convert

RGB189251224-
CMYK0.2500.110.02
HSL153.87º88.57%86.27%-
HSV(B)153.87º24.7%98.43%-
XYZ68.9485.1983.33-
YUV229.38124.9699.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.46%
GREEN value IS 251 (98.44% from 255) = 37.80%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=28.46%
G=37.80%
B=33.73%

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
Decimal1892512240.2500.110.02153.8788.5786.27
HexBDFBE0190B29a5956
Octal275373340310132232131126
Binary1011110111111011111000001100101011101001101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBE0; }

 p { color: rgb(189,251,224); }

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

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

 a { background-color: rgb(189,251,224); }

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

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

 span { border-color: rgb(189,251,224); }

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