Html Css Color HEX #BEADEB Melrose

📋 copy color: '#BEADEB'

red 190 ◦ green 173 ◦ blue 235

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

Shades of Melrose #BEADEB

Tints of Melrose #BEADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 31.77%
G = 28.93%
B = 39.3%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEADEB (or 0xBEADEB) is known color: Melrose. HEX triplet: BE, AD and EB. RGB value is (190,173,235). Sum of RGB (Red+Green+Blue) = 190+173+235=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADEB is #415214. Grayscale: #B8B8B8. Windows color (decimal): -4280853 or 15445438. OLE color: 15445438.

HSL color Cylindrical-coordinate representation of color #BEADEB: hue angle of 256.45º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEADEB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 173 235 -
CMYK 0.19 0.26 0 0.08
HSL 256.45º 0.61% 0.8% -
HSV(B) 256.45º 0.26% 0.92% -
XYZ 51.17 46.83 84.94 -
YUV 185.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 190 173 235 0.19 0.26 0 0.08 256.45 0.61 0.8
Hex BE AD EB 13 1A 0 8 100 3D 50
Octal 276 255 353 23 32 0 10 400 75 120
Binary 10111110 10101101 11101011 10011 11010 0 1000 100000000 111101 1010000

Color Harmonies of #BEADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADEB

Black with #BEADEB

Text Example


Text Example

White with #BEADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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