#BFEEDE

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

Shades of Mint Tulip #BFEEDE

Tints of Mint Tulip #BFEEDE

Color information

#BFEEDE (or 0xBFEEDE) is unknown color: approx Mint Tulip. HEX triplet: BF, EE and DE. RGB value is (191,238,222). Sum of RGB (Red+Green+Blue) = 191+238+222=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEDE is #401121. Grayscale: #DEDEDE. Windows color (decimal): -4198690 or 14610111. OLE color: 14610111.

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

Color convert

RGB191238222-
CMYK0.2000.070.07
HSL159.57º58.02%84.12%-
HSV(B)159.57º19.75%93.33%-
XYZ65.2577.580.63-
YUV222.12127.93105.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.34%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=29.34%
G=36.56%
B=34.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382220.2000.070.07159.5758.0284.12
HexBFEEDE14077a03a54
Octal2773563362407724072124
Binary101111111110111011011110101000111111101000001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEDE; }

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

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

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

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

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

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

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

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