#BFE8DB

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

Shades of Mint Tulip #BFE8DB

Tints of Mint Tulip #BFE8DB

Color information

#BFE8DB (or 0xBFE8DB) is unknown color: approx Mint Tulip. HEX triplet: BF, E8 and DB. RGB value is (191,232,219). Sum of RGB (Red+Green+Blue) = 191+232+219=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8DB is #401724. Grayscale: #DADADA. Windows color (decimal): -4200229 or 14411967. OLE color: 14411967.

HSL color Cylindrical-coordinate representation of color #BFE8DB: hue angle of 160.98º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8DB is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB191232219-
CMYK0.1800.060.09
HSL160.98º47.13%82.94%-
HSV(B)160.98º17.67%90.98%-
XYZ63.1373.977.96-
YUV218.26128.42108.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=29.75%
G=36.14%
B=34.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912322190.1800.060.09160.9847.1382.94
HexBFE8DB12069a12f53
Octal27735033322061124157123
Binary1011111111101000110110111001001101001101000011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8DB; }

 p { color: rgb(191,232,219); }

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

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

 a { background-color: rgb(191,232,219); }

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

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

 span { border-color: rgb(191,232,219); }

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