#BEECDA

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

Shades of Mint Tulip #BEECDA

Tints of Mint Tulip #BEECDA

Color information

#BEECDA (or 0xBEECDA) is unknown color: approx Mint Tulip. HEX triplet: BE, EC and DA. RGB value is (190,236,218). Sum of RGB (Red+Green+Blue) = 190+236+218=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECDA is #411325. Grayscale: #DCDCDC. Windows color (decimal): -4264742 or 14347454. OLE color: 14347454.

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

Color convert

RGB190236218-
CMYK0.1900.080.07
HSL156.52º54.76%83.53%-
HSV(B)156.52º19.49%92.55%-
XYZ63.897677.63-
YUV220.19126.76106.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=29.50%
G=36.65%
B=33.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902362180.1900.080.07156.5254.7683.53
HexBEECDA130879d3754
Octal27635433223010723567124
Binary1011111011101100110110101001101000111100111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECDA; }

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

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

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

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

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

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

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

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