#BEEEDC

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

Shades of Mint Tulip #BEEEDC

Tints of Mint Tulip #BEEEDC

Color information

#BEEEDC (or 0xBEEEDC) is unknown color: approx Mint Tulip. HEX triplet: BE, EE and DC. RGB value is (190,238,220). Sum of RGB (Red+Green+Blue) = 190+238+220=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEDC is #411123. Grayscale: #DDDDDD. Windows color (decimal): -4264228 or 14479038. OLE color: 14479038.

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

Color convert

RGB190238220-
CMYK0.2000.080.07
HSL157.5º58.54%83.92%-
HSV(B)157.5º20.17%93.33%-
XYZ64.7377.2679.21-
YUV221.6127.1105.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 238 (93.36% from 255) = 36.73%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=29.32%
G=36.73%
B=33.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382200.2000.080.07157.558.5483.92
HexBEEEDC140879e3b54
Octal27635633424010723673124
Binary1011111011101110110111001010001000111100111101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEDC; }

 p { color: rgb(190,238,220); }

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

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

 a { background-color: rgb(190,238,220); }

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

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

 span { border-color: rgb(190,238,220); }

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