#BEEFDC

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

Shades of Mint Tulip #BEEFDC

Tints of Mint Tulip #BEEFDC

Color information

#BEEFDC (or 0xBEEFDC) is unknown color: approx Mint Tulip. HEX triplet: BE, EF and DC. RGB value is (190,239,220). Sum of RGB (Red+Green+Blue) = 190+239+220=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFDC is #411023. Grayscale: #DEDEDE. Windows color (decimal): -4263972 or 14479294. OLE color: 14479294.

HSL color Cylindrical-coordinate representation of color #BEEFDC: hue angle of 156.73º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFDC is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB190239220-
CMYK0.2100.080.06
HSL156.73º60.49%84.12%-
HSV(B)156.73º20.5%93.73%-
XYZ65.0277.8579.31-
YUV222.18126.77105.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 239 (93.75% from 255) = 36.83%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=29.28%
G=36.83%
B=33.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392200.2100.080.06156.7360.4984.12
HexBEEFDC150869d3c54
Octal27635733425010623574124
Binary1011111011101111110111001010101000110100111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFDC; }

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

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

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

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

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

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

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

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