#B1ACFE

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

Shades of Perano #B1ACFE

Tints of Perano #B1ACFE

Color information

#B1ACFE (or 0xB1ACFE) is unknown color: approx Perano. HEX triplet: B1, AC and FE. RGB value is (177,172,254). Sum of RGB (Red+Green+Blue) = 177+172+254=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1ACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ACFE is #4E5301. Grayscale: #B6B6B6. Windows color (decimal): -5133058 or 16690353. OLE color: 16690353.

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

Color convert

RGB177172254-
CMYK0.300.3200.00
HSL243.66º97.62%83.53%-
HSV(B)243.66º32.28%99.61%-
XYZ50.7746.0199.97-
YUV182.84168.16123.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=29.35%
G=28.52%
B=42.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771722540.300.3200.00243.6697.6283.53
HexB1ACFE1E2000f46254
Octal261254376364000364142124
Binary10110001101011001111111011110100000001111010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACFE; }

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

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

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

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

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

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

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

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