Html Css Color HEX #BEADF2 Melrose

📋 copy color: '#BEADF2'

red 190 ◦ green 173 ◦ blue 242

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

Shades of Melrose #BEADF2

Tints of Melrose #BEADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40%

R = 31.4%
G = 28.6%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEADF2 (or 0xBEADF2) is known color: Melrose. HEX triplet: BE, AD and F2. RGB value is (190,173,242). Sum of RGB (Red+Green+Blue) = 190+173+242=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADF2 is #41520D. Grayscale: #B9B9B9. Windows color (decimal): -4280846 or 15904190. OLE color: 15904190.

HSL color Cylindrical-coordinate representation of color #BEADF2: hue angle of 254.78º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEADF2 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 173 242 -
CMYK 0.21 0.29 0 0.05
HSL 254.78º 0.73% 0.81% -
HSV(B) 254.78º 0.29% 0.95% -
XYZ 52.21 47.25 90.37 -
YUV 185.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 190 173 242 0.21 0.29 0 0.05 254.78 0.73 0.81
Hex BE AD F2 15 1D 0 5 FF 49 51
Octal 276 255 362 25 35 0 5 377 111 121
Binary 10111110 10101101 11110010 10101 11101 0 101 11111111 1001001 1010001

Color Harmonies of #BEADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADF2

Black with #BEADF2

Text Example


Text Example

White with #BEADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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