#BAADFC

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

Shades of Melrose #BAADFC

Tints of Melrose #BAADFC

Color information

#BAADFC (or 0xBAADFC) is unknown color: approx Melrose. HEX triplet: BA, AD and FC. RGB value is (186,173,252). Sum of RGB (Red+Green+Blue) = 186+173+252=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADFC is #455203. Grayscale: #B9B9B9. Windows color (decimal): -4542980 or 16559546. OLE color: 16559546.

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

Color convert

RGB186173252-
CMYK0.260.3100.01
HSL249.87º92.94%83.33%-
HSV(B)249.87º31.35%98.82%-
XYZ52.7647.3598.45-
YUV185.89165.31128.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=30.44%
G=28.31%
B=41.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861732520.260.3100.01249.8792.9483.33
HexBAADFC1A1F01fa5d53
Octal272255374323701372135123
Binary1011101010101101111111001101011111011111101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADFC; }

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

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

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

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

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

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

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

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