#B3A8FE

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

Shades of Perano #B3A8FE

Tints of Perano #B3A8FE

Color information

#B3A8FE (or 0xB3A8FE) is unknown color: approx Perano. HEX triplet: B3, A8 and FE. RGB value is (179,168,254). Sum of RGB (Red+Green+Blue) = 179+168+254=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A8FE is #4C5701. Grayscale: #B4B4B4. Windows color (decimal): -5003010 or 16689331. OLE color: 16689331.

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

Color convert

RGB179168254-
CMYK0.300.3400.00
HSL247.67º97.73%82.75%-
HSV(B)247.67º33.86%99.61%-
XYZ50.4844.7499.74-
YUV181.09169.14126.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.78%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=29.78%
G=27.95%
B=42.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791682540.300.3400.00247.6797.7382.75
HexB3A8FE1E2200f86253
Octal263250376364200370142123
Binary10110011101010001111111011110100010001111100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A8FE; }

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

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

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

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

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

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

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

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