Html Css Color HEX #BEACF0 Melrose

📋 copy color: '#BEACF0'

red 190 ◦ green 172 ◦ blue 240

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

Shades of Melrose #BEACF0

Tints of Melrose #BEACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.57%

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

R = 31.56%
G = 28.57%
B = 39.87%

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

#BEACF0 (or 0xBEACF0) is known color: Melrose. HEX triplet: BE, AC and F0. RGB value is (190,172,240). Sum of RGB (Red+Green+Blue) = 190+172+240=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACF0 is #41530F. Grayscale: #B8B8B8. Windows color (decimal): -4281104 or 15772862. OLE color: 15772862.

HSL color Cylindrical-coordinate representation of color #BEACF0: hue angle of 255.88º 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 #BEACF0 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 172 240 -
CMYK 0.21 0.28 0 0.06
HSL 255.88º 0.69% 0.81% -
HSV(B) 255.88º 0.28% 0.94% -
XYZ 51.72 46.74 88.73 -
YUV 185.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 190 172 240 0.21 0.28 0 0.06 255.88 0.69 0.81
Hex BE AC F0 15 1C 0 6 100 45 51
Octal 276 254 360 25 34 0 6 400 105 121
Binary 10111110 10101100 11110000 10101 11100 0 110 100000000 1000101 1010001

Color Harmonies of #BEACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACF0

Black with #BEACF0

Text Example


Text Example

White with #BEACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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