Html Css Color HEX #BEEEDC Mint Tulip

📋 copy color: '#BEEEDC'

red 190 ◦ green 238 ◦ blue 220

#BEEEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #BEEEDC

Tints of Mint Tulip #BEEEDC

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 value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BEEEDC (or 0xBEEEDC) is known color: 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

RGB 190 238 220 -
CMYK 0.20 0 0.08 0.07
HSL 157.5º 0.59% 0.84% -
HSV(B) 157.5º 0.2% 0.93% -
XYZ 64.73 77.26 79.21 -
YUV 221.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 190 238 220 0.20 0 0.08 0.07 157.5 0.59 0.84
Hex BE EE DC 14 0 8 7 9E 3B 54
Octal 276 356 334 24 0 10 7 236 73 124
Binary 10111110 11101110 11011100 10100 0 1000 111 10011110 111011 1010100

Color Harmonies of #BEEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEEDC

Black with #BEEEDC

Text Example


Text Example

White with #BEEEDC

Text Example


Text Example

HTML Codes & Css Web 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>