#BEEADA

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

Shades of Mint Tulip #BEEADA

Tints of Mint Tulip #BEEADA

Color information

#BEEADA (or 0xBEEADA) is unknown color: approx Mint Tulip. HEX triplet: BE, EA and DA. RGB value is (190,234,218). Sum of RGB (Red+Green+Blue) = 190+234+218=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEADA is #411525. Grayscale: #DBDBDB. Windows color (decimal): -4265254 or 14346942. OLE color: 14346942.

HSL color Cylindrical-coordinate representation of color #BEEADA: hue angle of 158.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEADA is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB190234218-
CMYK0.1900.070.08
HSL158.18º51.16%83.14%-
HSV(B)158.18º18.8%91.76%-
XYZ63.3174.8577.44-
YUV219.02127.42107.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=29.60%
G=36.45%
B=33.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342180.1900.070.08158.1851.1683.14
HexBEEADA130789e3353
Octal27635233223071023663123
Binary1011111011101010110110101001101111000100111101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEADA; }

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

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

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

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

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

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

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

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