#BFEDDE

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

Shades of Mint Tulip #BFEDDE

Tints of Mint Tulip #BFEDDE

Color information

#BFEDDE (or 0xBFEDDE) is unknown color: approx Mint Tulip. HEX triplet: BF, ED and DE. RGB value is (191,237,222). Sum of RGB (Red+Green+Blue) = 191+237+222=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDDE is #401221. Grayscale: #DDDDDD. Windows color (decimal): -4198946 or 14609855. OLE color: 14609855.

HSL color Cylindrical-coordinate representation of color #BFEDDE: hue angle of 160.43º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDDE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB191237222-
CMYK0.1900.060.07
HSL160.43º56.1%83.92%-
HSV(B)160.43º19.41%92.94%-
XYZ64.9576.9280.53-
YUV221.54128.26106.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=29.38%
G=36.46%
B=34.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372220.1900.060.07160.4356.183.92
HexBFEDDE13067a03854
Octal2773553362306724070124
Binary101111111110110111011110100110110111101000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDDE; }

 p { color: rgb(191,237,222); }

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

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

 a { background-color: rgb(191,237,222); }

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

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

 span { border-color: rgb(191,237,222); }

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