#BAB3F3

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

Shades of Melrose #BAB3F3

Tints of Melrose #BAB3F3

Color information

#BAB3F3 (or 0xBAB3F3) is unknown color: approx Melrose. HEX triplet: BA, B3 and F3. RGB value is (186,179,243). Sum of RGB (Red+Green+Blue) = 186+179+243=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAB3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3F3 is #454C0C. Grayscale: #BCBCBC. Windows color (decimal): -4541453 or 15971258. OLE color: 15971258.

HSL color Cylindrical-coordinate representation of color #BAB3F3: hue angle of 246.56º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB3F3 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186179243-
CMYK0.230.2600.05
HSL246.56º72.73%82.75%-
HSV(B)246.56º26.34%95.29%-
XYZ52.5549.1591.51-
YUV188.39158.82126.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 243 (95.31% from 255) = 39.97%
R=30.59%
G=29.44%
B=39.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861792430.230.2600.05246.5672.7382.75
HexBAB3F3171A05f74953
Octal272263363273205367111123
Binary101110101011001111110011101111101001011111011110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3F3; }

 p { color: rgb(186,179,243); }

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

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

 a { background-color: rgb(186,179,243); }

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

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

 span { border-color: rgb(186,179,243); }

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