#B7ADFA

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

Shades of Melrose #B7ADFA

Tints of Melrose #B7ADFA

Color information

#B7ADFA (or 0xB7ADFA) is unknown color: approx Melrose. HEX triplet: B7, AD and FA. RGB value is (183,173,250). Sum of RGB (Red+Green+Blue) = 183+173+250=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADFA is #485205. Grayscale: #B8B8B8. Windows color (decimal): -4739590 or 16428471. OLE color: 16428471.

HSL color Cylindrical-coordinate representation of color #B7ADFA: hue angle of 247.79º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7ADFA is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183173250-
CMYK0.270.3100.02
HSL247.79º88.51%82.94%-
HSV(B)247.79º30.8%98.04%-
XYZ51.7346.8696.76-
YUV184.77164.81126.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.20%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=30.20%
G=28.55%
B=41.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831732500.270.3100.02247.7988.5182.94
HexB7ADFA1B1F02f85953
Octal267255372333702370131123
Binary10110111101011011111101011011111110101111100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADFA; }

 p { color: rgb(183,173,250); }

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

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

 a { background-color: rgb(183,173,250); }

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

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

 span { border-color: rgb(183,173,250); }

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