Html Css Color HEX #BEEBDA Mint Tulip

📋 copy color: '#BEEBDA'

red 190 ◦ green 235 ◦ blue 218

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

Shades of Mint Tulip #BEEBDA

Tints of Mint Tulip #BEEBDA

RGB

 RED value IS 190 (74.61% from 255) = 29.55%

 GREEN value IS 235 (92.19% from 255) = 36.55%

 BLUE value IS 218 (85.55% from 255) = 33.9%

R = 29.55%
G = 36.55%
B = 33.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BEEBDA (or 0xBEEBDA) is known color: Mint Tulip. HEX triplet: BE, EB and DA. RGB value is (190,235,218). Sum of RGB (Red+Green+Blue) = 190+235+218=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBDA is #411425. Grayscale: #DBDBDB. Windows color (decimal): -4264998 or 14347198. OLE color: 14347198.

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

Color convert

RGB 190 235 218 -
CMYK 0.19 0 0.07 0.08
HSL 157.33º 0.53% 0.83% -
HSV(B) 157.33º 0.19% 0.92% -
XYZ 63.6 75.43 77.54 -
YUV 219.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 190 235 218 0.19 0 0.07 0.08 157.33 0.53 0.83
Hex BE EB DA 13 0 7 8 9D 35 53
Octal 276 353 332 23 0 7 10 235 65 123
Binary 10111110 11101011 11011010 10011 0 111 1000 10011101 110101 1010011

Color Harmonies of #BEEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEBDA

Black with #BEEBDA

Text Example


Text Example

White with #BEEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEBDA; }

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

 H1.HeaderClassName
 {
   color: #BEEBDA;
 }
 .AnyTagClassName
 {
   color: #BEEBDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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