#B1ACFD

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

Shades of Perano #B1ACFD

Tints of Perano #B1ACFD

Color information

#B1ACFD (or 0xB1ACFD) is unknown color: approx Perano. HEX triplet: B1, AC and FD. RGB value is (177,172,253). Sum of RGB (Red+Green+Blue) = 177+172+253=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1ACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ACFD is #4E5302. Grayscale: #B6B6B6. Windows color (decimal): -5133059 or 16624817. OLE color: 16624817.

HSL color Cylindrical-coordinate representation of color #B1ACFD: hue angle of 243.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1ACFD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177172253-
CMYK0.300.3200.01
HSL243.7º95.29%83.33%-
HSV(B)243.7º32.02%99.22%-
XYZ50.6145.9499.13-
YUV182.73167.66123.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=29.40%
G=28.57%
B=42.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771722530.300.3200.01243.795.2983.33
HexB1ACFD1E2001f45f53
Octal261254375364001364137123
Binary10110001101011001111110111110100000011111010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACFD; }

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

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

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

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

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

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

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

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