#B1ACFF

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

Shades of Perano #B1ACFF

Tints of Perano #B1ACFF

Color information

#B1ACFF (or 0xB1ACFF) is unknown color: approx Perano. HEX triplet: B1, AC and FF. RGB value is (177,172,255). Sum of RGB (Red+Green+Blue) = 177+172+255=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ACFF is #4E5300. Grayscale: #B6B6B6. Windows color (decimal): -5133057 or 16755889. OLE color: 16755889.

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

Color convert

RGB177172255-
CMYK0.310.3300
HSL243.61º100%83.73%-
HSV(B)243.61º32.55%100%-
XYZ50.9346.07100.82-
YUV182.96168.66123.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 255 (100% from 255) = 42.22%
R=29.30%
G=28.48%
B=42.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771722550.310.3300243.6110083.73
HexB1ACFF1F2100f46454
Octal261254377374100364144124
Binary10110001101011001111111111111100001001111010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACFF; }

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

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

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

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

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

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

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

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