#BDADFC

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

Shades of Melrose #BDADFC

Tints of Melrose #BDADFC

Color information

#BDADFC (or 0xBDADFC) is unknown color: approx Melrose. HEX triplet: BD, AD and FC. RGB value is (189,173,252). Sum of RGB (Red+Green+Blue) = 189+173+252=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADFC is #425203. Grayscale: #BABABA. Windows color (decimal): -4346372 or 16559549. OLE color: 16559549.

HSL color Cylindrical-coordinate representation of color #BDADFC: hue angle of 252.15º 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 #BDADFC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189173252-
CMYK0.250.3100.01
HSL252.15º92.94%83.33%-
HSV(B)252.15º31.35%98.82%-
XYZ53.547.7398.49-
YUV186.79164.8129.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=30.78%
G=28.18%
B=41.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891732520.250.3100.01252.1592.9483.33
HexBDADFC191F01fc5d53
Octal275255374313701374135123
Binary1011110110101101111111001100111111011111110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADFC; }

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

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

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

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

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

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

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

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