#BDFBE3

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

Shades of Mint Tulip #BDFBE3

Tints of Mint Tulip #BDFBE3

Color information

#BDFBE3 (or 0xBDFBE3) is unknown color: approx Mint Tulip. HEX triplet: BD, FB and E3. RGB value is (189,251,227). Sum of RGB (Red+Green+Blue) = 189+251+227=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBE3 is #42041C. Grayscale: #E5E5E5. Windows color (decimal): -4326429 or 14941117. OLE color: 14941117.

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

Color convert

RGB189251227-
CMYK0.2500.100.02
HSL156.77º88.57%86.27%-
HSV(B)156.77º24.7%98.43%-
XYZ69.3585.3685.49-
YUV229.73126.4698.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 227 (89.06% from 255) = 34.03%
R=28.34%
G=37.63%
B=34.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512270.2500.100.02156.7788.5786.27
HexBDFBE3190A29d5956
Octal275373343310122235131126
Binary1011110111111011111000111100101010101001110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBE3; }

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

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

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

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

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

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

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

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