#B6A9F2

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

Shades of Melrose #B6A9F2

Tints of Melrose #B6A9F2

Color information

#B6A9F2 (or 0xB6A9F2) is unknown color: approx Melrose. HEX triplet: B6, A9 and F2. RGB value is (182,169,242). Sum of RGB (Red+Green+Blue) = 182+169+242=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6A9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A9F2 is #49560D. Grayscale: #B4B4B4. Windows color (decimal): -4806158 or 15903158. OLE color: 15903158.

HSL color Cylindrical-coordinate representation of color #B6A9F2: hue angle of 250.68º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6A9F2 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182169242-
CMYK0.250.3000.05
HSL250.68º73.74%80.59%-
HSV(B)250.68º30.17%94.9%-
XYZ49.5144.7390.03-
YUV181.21162.31128.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=30.69%
G=28.50%
B=40.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821692420.250.3000.05250.6873.7480.59
HexB6A9F2191E05fb4a51
Octal266251362313605373112121
Binary101101101010100111110010110011111001011111101110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9F2; }

 p { color: rgb(182,169,242); }

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

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

 a { background-color: rgb(182,169,242); }

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

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

 span { border-color: rgb(182,169,242); }

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