#BEAFFB

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

Shades of Melrose #BEAFFB

Tints of Melrose #BEAFFB

Color information

#BEAFFB (or 0xBEAFFB) is unknown color: approx Melrose. HEX triplet: BE, AF and FB. RGB value is (190,175,251). Sum of RGB (Red+Green+Blue) = 190+175+251=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFFB is #415004. Grayscale: #BBBBBB. Windows color (decimal): -4280325 or 16494526. OLE color: 16494526.

HSL color Cylindrical-coordinate representation of color #BEAFFB: hue angle of 251.84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEAFFB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190175251-
CMYK0.240.3000.02
HSL251.84º90.48%83.53%-
HSV(B)251.84º30.28%98.43%-
XYZ53.9848.5797.8-
YUV188.15163.47129.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=30.84%
G=28.41%
B=40.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901752510.240.3000.02251.8490.4883.53
HexBEAFFB181E02fc5a54
Octal276257373303602374132124
Binary10111110101011111111101111000111100101111110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFFB; }

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

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

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

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

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

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

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

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