Html Css Color HEX #BEADFE Melrose

📋 copy color: '#BEADFE'

red 190 ◦ green 173 ◦ blue 254

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

Shades of Melrose #BEADFE

Tints of Melrose #BEADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 30.79%
G = 28.04%
B = 41.17%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEADFE (or 0xBEADFE) is known color: Melrose. HEX triplet: BE, AD and FE. RGB value is (190,173,254). Sum of RGB (Red+Green+Blue) = 190+173+254=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADFE is #415201. Grayscale: #BBBBBB. Windows color (decimal): -4280834 or 16690622. OLE color: 16690622.

HSL color Cylindrical-coordinate representation of color #BEADFE: hue angle of 252.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEADFE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 173 254 -
CMYK 0.25 0.32 0 0.00
HSL 252.59º 0.98% 0.84% -
HSV(B) 252.59º 0.32% 1% -
XYZ 54.07 47.99 100.18 -
YUV 187.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 190 173 254 0.25 0.32 0 0.00 252.59 0.98 0.84
Hex BE AD FE 19 20 0 0 FD 62 54
Octal 276 255 376 31 40 0 0 375 142 124
Binary 10111110 10101101 11111110 11001 100000 0 0 11111101 1100010 1010100

Color Harmonies of #BEADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADFE

Black with #BEADFE

Text Example


Text Example

White with #BEADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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