#B1ACFC

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

Shades of Perano #B1ACFC

Tints of Perano #B1ACFC

Color information

#B1ACFC (or 0xB1ACFC) is unknown color: approx Perano. HEX triplet: B1, AC and FC. RGB value is (177,172,252). Sum of RGB (Red+Green+Blue) = 177+172+252=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ACFC is #4E5303. Grayscale: #B6B6B6. Windows color (decimal): -5133060 or 16559281. OLE color: 16559281.

HSL color Cylindrical-coordinate representation of color #B1ACFC: hue angle of 243.75º degrees, saturation: 0.93, 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 #B1ACFC is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177172252-
CMYK0.300.3200.01
HSL243.75º93.02%83.14%-
HSV(B)243.75º31.75%98.82%-
XYZ50.4545.8898.29-
YUV182.62167.16124-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=29.45%
G=28.62%
B=41.93%

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
Decimal1771722520.300.3200.01243.7593.0283.14
HexB1ACFC1E2001f45d53
Octal261254374364001364135123
Binary10110001101011001111110011110100000011111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACFC; }

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

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

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

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

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

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

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

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