Html Css Color HEX #BEADF0 Melrose

📋 copy color: '#BEADF0'

red 190 ◦ green 173 ◦ blue 240

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

Shades of Melrose #BEADF0

Tints of Melrose #BEADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.8%

R = 31.51%
G = 28.69%
B = 39.8%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEADF0 (or 0xBEADF0) is known color: Melrose. HEX triplet: BE, AD and F0. RGB value is (190,173,240). Sum of RGB (Red+Green+Blue) = 190+173+240=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADF0 is #41520F. Grayscale: #B9B9B9. Windows color (decimal): -4280848 or 15773118. OLE color: 15773118.

HSL color Cylindrical-coordinate representation of color #BEADF0: hue angle of 255.22º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEADF0 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 173 240 -
CMYK 0.21 0.28 0 0.06
HSL 255.22º 0.69% 0.81% -
HSV(B) 255.22º 0.28% 0.94% -
XYZ 51.91 47.13 88.8 -
YUV 185.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 190 173 240 0.21 0.28 0 0.06 255.22 0.69 0.81
Hex BE AD F0 15 1C 0 6 FF 45 51
Octal 276 255 360 25 34 0 6 377 105 121
Binary 10111110 10101101 11110000 10101 11100 0 110 11111111 1000101 1010001

Color Harmonies of #BEADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADF0

Black with #BEADF0

Text Example


Text Example

White with #BEADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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