Html Css Color HEX #BEADEC Melrose

📋 copy color: '#BEADEC'

red 190 ◦ green 173 ◦ blue 236

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

Shades of Melrose #BEADEC

Tints of Melrose #BEADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.88%

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 31.72%
G = 28.88%
B = 39.4%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEADEC (or 0xBEADEC) is known color: Melrose. HEX triplet: BE, AD and EC. RGB value is (190,173,236). Sum of RGB (Red+Green+Blue) = 190+173+236=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADEC is #415213. Grayscale: #B9B9B9. Windows color (decimal): -4280852 or 15510974. OLE color: 15510974.

HSL color Cylindrical-coordinate representation of color #BEADEC: hue angle of 256.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEADEC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 173 236 -
CMYK 0.19 0.27 0 0.07
HSL 256.19º 0.62% 0.8% -
HSV(B) 256.19º 0.27% 0.93% -
XYZ 51.32 46.89 85.7 -
YUV 185.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 190 173 236 0.19 0.27 0 0.07 256.19 0.62 0.8
Hex BE AD EC 13 1B 0 7 100 3E 50
Octal 276 255 354 23 33 0 7 400 76 120
Binary 10111110 10101101 11101100 10011 11011 0 111 100000000 111110 1010000

Color Harmonies of #BEADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADEC

Black with #BEADEC

Text Example


Text Example

White with #BEADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADEC; }

 p { color: rgb(190,173,236); }

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

background-color css

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

 a { background-color: rgb(190,173,236); }

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

border-color css

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

 span { border-color: rgb(190,173,236); }

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