Html Css Color HEX #BEEDDE Mint Tulip

📋 copy color: '#BEEDDE'

red 190 ◦ green 237 ◦ blue 222

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

Shades of Mint Tulip #BEEDDE

Tints of Mint Tulip #BEEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.52%

 BLUE value IS 222 (87.11% from 255) = 34.21%

R = 29.28%
G = 36.52%
B = 34.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BEEDDE (or 0xBEEDDE) is known color: Mint Tulip. HEX triplet: BE, ED and DE. RGB value is (190,237,222). Sum of RGB (Red+Green+Blue) = 190+237+222=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDDE is #411221. Grayscale: #DDDDDD. Windows color (decimal): -4264482 or 14609854. OLE color: 14609854.

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

Color convert

RGB 190 237 222 -
CMYK 0.20 0 0.06 0.07
HSL 160.85º 0.57% 0.84% -
HSV(B) 160.85º 0.2% 0.93% -
XYZ 64.7 76.79 80.52 -
YUV 221.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 190 237 222 0.20 0 0.06 0.07 160.85 0.57 0.84
Hex BE ED DE 14 0 6 7 A1 39 54
Octal 276 355 336 24 0 6 7 241 71 124
Binary 10111110 11101101 11011110 10100 0 110 111 10100001 111001 1010100

Color Harmonies of #BEEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDDE

Black with #BEEDDE

Text Example


Text Example

White with #BEEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDDE; }

 p { color: rgb(190,237,222); }

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

background-color css

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

 a { background-color: rgb(190,237,222); }

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

border-color css

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

 span { border-color: rgb(190,237,222); }

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