#B9ADFC

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

Shades of Melrose #B9ADFC

Tints of Melrose #B9ADFC

Color information

#B9ADFC (or 0xB9ADFC) is unknown color: approx Melrose. HEX triplet: B9, AD and FC. RGB value is (185,173,252). Sum of RGB (Red+Green+Blue) = 185+173+252=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADFC is #465203. Grayscale: #B9B9B9. Windows color (decimal): -4608516 or 16559545. OLE color: 16559545.

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

Color convert

RGB185173252-
CMYK0.270.3100.01
HSL249.11º92.94%83.33%-
HSV(B)249.11º31.35%98.82%-
XYZ52.5247.2398.44-
YUV185.59165.48127.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.33%
GREEN value IS 173 (67.97% from 255) = 28.36%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=30.33%
G=28.36%
B=41.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851732520.270.3100.01249.1192.9483.33
HexB9ADFC1B1F01f95d53
Octal271255374333701371135123
Binary1011100110101101111111001101111111011111100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADFC; }

 p { color: rgb(185,173,252); }

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

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

 a { background-color: rgb(185,173,252); }

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

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

 span { border-color: rgb(185,173,252); }

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