#BEECDD

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

Shades of Mint Tulip #BEECDD

Tints of Mint Tulip #BEECDD

Color information

#BEECDD (or 0xBEECDD) is unknown color: approx Mint Tulip. HEX triplet: BE, EC and DD. RGB value is (190,236,221). Sum of RGB (Red+Green+Blue) = 190+236+221=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECDD is #411322. Grayscale: #DCDCDC. Windows color (decimal): -4264739 or 14544062. OLE color: 14544062.

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

Color convert

RGB190236221-
CMYK0.1900.060.07
HSL160.43º54.76%83.53%-
HSV(B)160.43º19.49%92.55%-
XYZ64.2876.1679.72-
YUV220.54128.26106.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=29.37%
G=36.48%
B=34.16%

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
Decimal1902362210.1900.060.07160.4354.7683.53
HexBEECDD13067a03754
Octal2763543352306724067124
Binary101111101110110011011101100110110111101000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECDD; }

 p { color: rgb(190,236,221); }

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

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

 a { background-color: rgb(190,236,221); }

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

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

 span { border-color: rgb(190,236,221); }

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