#B1ABFA

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

Shades of Perano #B1ABFA

Tints of Perano #B1ABFA

Color information

#B1ABFA (or 0xB1ABFA) is unknown color: approx Perano. HEX triplet: B1, AB and FA. RGB value is (177,171,250). Sum of RGB (Red+Green+Blue) = 177+171+250=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABFA is #4E5405. Grayscale: #B5B5B5. Windows color (decimal): -5133318 or 16427953. OLE color: 16427953.

HSL color Cylindrical-coordinate representation of color #B1ABFA: hue angle of 244.56º 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 #B1ABFA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177171250-
CMYK0.290.3200.02
HSL244.56º88.76%82.55%-
HSV(B)244.56º31.6%98.04%-
XYZ49.9545.3896.57-
YUV181.8166.49124.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.60%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=29.60%
G=28.60%
B=41.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771712500.290.3200.02244.5688.7682.55
HexB1ABFA1D2002f55953
Octal261253372354002365131123
Binary101100011010101111111010111011000000101111010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABFA; }

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

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

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

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

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

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

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

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