#BAB2F9

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

Shades of Melrose #BAB2F9

Tints of Melrose #BAB2F9

Color information

#BAB2F9 (or 0xBAB2F9) is unknown color: approx Melrose. HEX triplet: BA, B2 and F9. RGB value is (186,178,249). Sum of RGB (Red+Green+Blue) = 186+178+249=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2F9 is #454D06. Grayscale: #BCBCBC. Windows color (decimal): -4541703 or 16364218. OLE color: 16364218.

HSL color Cylindrical-coordinate representation of color #BAB2F9: hue angle of 246.76º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB2F9 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186178249-
CMYK0.250.2900.02
HSL246.76º85.54%83.73%-
HSV(B)246.76º28.51%97.65%-
XYZ53.2749.1296.3-
YUV188.49162.15126.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=30.34%
G=29.04%
B=40.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861782490.250.2900.02246.7685.5483.73
HexBAB2F9191D02f75654
Octal272262371313502367126124
Binary10111010101100101111100111001111010101111011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2F9; }

 p { color: rgb(186,178,249); }

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

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

 a { background-color: rgb(186,178,249); }

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

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

 span { border-color: rgb(186,178,249); }

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