#B3A9FF

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

Shades of Perano #B3A9FF

Tints of Perano #B3A9FF

Color information

#B3A9FF (or 0xB3A9FF) is unknown color: approx Perano. HEX triplet: B3, A9 and FF. RGB value is (179,169,255). Sum of RGB (Red+Green+Blue) = 179+169+255=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A9FF is #4C5600. Grayscale: #B5B5B5. Windows color (decimal): -5002753 or 16755123. OLE color: 16755123.

HSL color Cylindrical-coordinate representation of color #B3A9FF: hue angle of 246.98º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3A9FF is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179169255-
CMYK0.300.3400
HSL246.98º100%83.14%-
HSV(B)246.98º33.73%100%-
XYZ50.8345.18100.65-
YUV181.79169.31126.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.68%
GREEN value IS 169 (66.41% from 255) = 28.03%
BLUE value IS 255 (100% from 255) = 42.29%
R=29.68%
G=28.03%
B=42.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791692550.300.3400246.9810083.14
HexB3A9FF1E2200f76453
Octal263251377364200367144123
Binary10110011101010011111111111110100010001111011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9FF; }

 p { color: rgb(179,169,255); }

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

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

 a { background-color: rgb(179,169,255); }

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

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

 span { border-color: rgb(179,169,255); }

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