#B3ABFA

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

Shades of Perano #B3ABFA

Tints of Perano #B3ABFA

Color information

#B3ABFA (or 0xB3ABFA) is unknown color: approx Perano. HEX triplet: B3, AB and FA. RGB value is (179,171,250). Sum of RGB (Red+Green+Blue) = 179+171+250=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ABFA is #4C5405. Grayscale: #B6B6B6. Windows color (decimal): -5002246 or 16427955. OLE color: 16427955.

HSL color Cylindrical-coordinate representation of color #B3ABFA: hue angle of 246.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3ABFA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179171250-
CMYK0.280.3200.02
HSL246.08º88.76%82.55%-
HSV(B)246.08º31.6%98.04%-
XYZ50.4145.6196.59-
YUV182.4166.15125.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.83%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=29.83%
G=28.5%
B=41.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791712500.280.3200.02246.0888.7682.55
HexB3ABFA1C2002f65953
Octal263253372344002366131123
Binary101100111010101111111010111001000000101111011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABFA; }

 p { color: rgb(179,171,250); }

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

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

 a { background-color: rgb(179,171,250); }

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

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

 span { border-color: rgb(179,171,250); }

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