#BEAFFE

Color #BEAFFE Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #BEAFFE

Tints of Melrose #BEAFFE

Color information

#BEAFFE (or 0xBEAFFE) is unknown color: approx Melrose. HEX triplet: BE, AF and FE. RGB value is (190,175,254). Sum of RGB (Red+Green+Blue) = 190+175+254=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFFE is #415001. Grayscale: #BCBCBC. Windows color (decimal): -4280322 or 16691134. OLE color: 16691134.

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

Color convert

RGB190175254-
CMYK0.250.3100.00
HSL251.39º97.53%84.12%-
HSV(B)251.39º31.1%99.61%-
XYZ54.4548.76100.31-
YUV188.49164.97129.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=30.69%
G=28.27%
B=41.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901752540.250.3100.00251.3997.5384.12
HexBEAFFE191F00fb6254
Octal276257376313700373142124
Binary1011111010101111111111101100111111001111101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFFE; }

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

 H1.HeaderClassName
 {
   color: #BEAFFE;
 }
 .AnyTagClassName
 {
   color: #BEAFFE;
 }
</style>
background-color css

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

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

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

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

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

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