#B7AFEB

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

Shades of Melrose #B7AFEB

Tints of Melrose #B7AFEB

Color information

#B7AFEB (or 0xB7AFEB) is unknown color: approx Melrose. HEX triplet: B7, AF and EB. RGB value is (183,175,235). Sum of RGB (Red+Green+Blue) = 183+175+235=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AFEB is #485014. Grayscale: #B8B8B8. Windows color (decimal): -4739093 or 15445943. OLE color: 15445943.

HSL color Cylindrical-coordinate representation of color #B7AFEB: hue angle of 248º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7AFEB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183175235-
CMYK0.220.2600.08
HSL248º60%80.39%-
HSV(B)248º25.53%92.16%-
XYZ49.8546.7384.99-
YUV184.23156.65127.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=30.86%
G=29.51%
B=39.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831752350.220.2600.082486080.39
HexB7AFEB161A08f83c50
Octal267257353263201037074120
Binary101101111010111111101011101101101001000111110001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFEB; }

 p { color: rgb(183,175,235); }

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

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

 a { background-color: rgb(183,175,235); }

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

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

 span { border-color: rgb(183,175,235); }

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