Html Css Color HEX #BEAFF0 Melrose

📋 copy color: '#BEAFF0'

red 190 ◦ green 175 ◦ blue 240

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

Shades of Melrose #BEAFF0

Tints of Melrose #BEAFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.93%

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

R = 31.4%
G = 28.93%
B = 39.67%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEAFF0 (or 0xBEAFF0) is known color: Melrose. HEX triplet: BE, AF and F0. RGB value is (190,175,240). Sum of RGB (Red+Green+Blue) = 190+175+240=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFF0 is #41500F. Grayscale: #BABABA. Windows color (decimal): -4280336 or 15773630. OLE color: 15773630.

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

Color convert

RGB 190 175 240 -
CMYK 0.21 0.27 0 0.06
HSL 253.85º 0.68% 0.81% -
HSV(B) 253.85º 0.27% 0.94% -
XYZ 52.29 47.9 88.93 -
YUV 186.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 190 175 240 0.21 0.27 0 0.06 253.85 0.68 0.81
Hex BE AF F0 15 1B 0 6 FE 44 51
Octal 276 257 360 25 33 0 6 376 104 121
Binary 10111110 10101111 11110000 10101 11011 0 110 11111110 1000100 1010001

Color Harmonies of #BEAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFF0

Black with #BEAFF0

Text Example


Text Example

White with #BEAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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