#BFECDE

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

Shades of Mint Tulip #BFECDE

Tints of Mint Tulip #BFECDE

Color information

#BFECDE (or 0xBFECDE) is unknown color: approx Mint Tulip. HEX triplet: BF, EC and DE. RGB value is (191,236,222). Sum of RGB (Red+Green+Blue) = 191+236+222=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECDE is #401321. Grayscale: #DCDCDC. Windows color (decimal): -4199202 or 14609599. OLE color: 14609599.

HSL color Cylindrical-coordinate representation of color #BFECDE: hue angle of 161.33º degrees, saturation: 0.54, 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 #BFECDE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB191236222-
CMYK0.1900.060.07
HSL161.33º54.22%83.73%-
HSV(B)161.33º19.07%92.55%-
XYZ64.6776.3480.43-
YUV220.95128.59106.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=29.43%
G=36.36%
B=34.21%

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
Decimal1912362220.1900.060.07161.3354.2283.73
HexBFECDE13067a13654
Octal2773543362306724166124
Binary101111111110110011011110100110110111101000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECDE; }

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

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

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

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

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

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

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

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