#B3A8FF

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

Shades of Perano #B3A8FF

Tints of Perano #B3A8FF

Color information

#B3A8FF (or 0xB3A8FF) is unknown color: approx Perano. HEX triplet: B3, A8 and FF. RGB value is (179,168,255). Sum of RGB (Red+Green+Blue) = 179+168+255=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A8FF is #4C5700. Grayscale: #B4B4B4. Windows color (decimal): -5003009 or 16754867. OLE color: 16754867.

HSL color Cylindrical-coordinate representation of color #B3A8FF: hue angle of 247.59º 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 #B3A8FF is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179168255-
CMYK0.300.3400
HSL247.59º100%82.94%-
HSV(B)247.59º34.12%100%-
XYZ50.6444.81100.59-
YUV181.21169.64126.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 168 (66.02% from 255) = 27.91%
BLUE value IS 255 (100% from 255) = 42.36%
R=29.73%
G=27.91%
B=42.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791682550.300.3400247.5910082.94
HexB3A8FF1E2200f86453
Octal263250377364200370144123
Binary10110011101010001111111111110100010001111100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A8FF; }

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

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

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

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

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

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

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

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