Html Css Color HEX #BEACFF Melrose

📋 copy color: '#BEACFF'

red 190 ◦ green 172 ◦ blue 255

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

Shades of Melrose #BEACFF

Tints of Melrose #BEACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.33%

R = 30.79%
G = 27.88%
B = 41.33%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEACFF (or 0xBEACFF) is known color: Melrose. HEX triplet: BE, AC and FF. RGB value is (190,172,255). Sum of RGB (Red+Green+Blue) = 190+172+255=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACFF is #415300. Grayscale: #BABABA. Windows color (decimal): -4281089 or 16755902. OLE color: 16755902.

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

Color convert

RGB 190 172 255 -
CMYK 0.25 0.33 0 0
HSL 253.01º 1% 0.84% -
HSV(B) 253.01º 0.33% 1% -
XYZ 54.04 47.67 100.96 -
YUV 186.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 190 172 255 0.25 0.33 0 0 253.01 1 0.84
Hex BE AC FF 19 21 0 0 FD 64 54
Octal 276 254 377 31 41 0 0 375 144 124
Binary 10111110 10101100 11111111 11001 100001 0 0 11111101 1100100 1010100

Color Harmonies of #BEACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACFF

Black with #BEACFF

Text Example


Text Example

White with #BEACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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