#B1ABFF

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

Shades of Perano #B1ABFF

Tints of Perano #B1ABFF

Color information

#B1ABFF (or 0xB1ABFF) is unknown color: approx Perano. HEX triplet: B1, AB and FF. RGB value is (177,171,255). Sum of RGB (Red+Green+Blue) = 177+171+255=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 171 (67.19% from 255 or 28.36% 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 #B1ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABFF is #4E5400. Grayscale: #B6B6B6. Windows color (decimal): -5133313 or 16755633. OLE color: 16755633.

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

Color convert

RGB177171255-
CMYK0.310.3300
HSL244.29º100%83.53%-
HSV(B)244.29º32.94%100%-
XYZ50.7445.69100.75-
YUV182.37168.99124.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 255 (100% from 255) = 42.29%
R=29.35%
G=28.36%
B=42.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771712550.310.3300244.2910083.53
HexB1ABFF1F2100f46454
Octal261253377374100364144124
Binary10110001101010111111111111111100001001111010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABFF; }

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

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

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

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

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

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

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

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