#B1A5FE

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

Shades of Perano #B1A5FE

Tints of Perano #B1A5FE

Color information

#B1A5FE (or 0xB1A5FE) is unknown color: approx Perano. HEX triplet: B1, A5 and FE. RGB value is (177,165,254). Sum of RGB (Red+Green+Blue) = 177+165+254=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1A5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A5FE is #4E5A01. Grayscale: #B2B2B2. Windows color (decimal): -5134850 or 16688561. OLE color: 16688561.

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

Color convert

RGB177165254-
CMYK0.300.3500.00
HSL248.09º97.8%82.16%-
HSV(B)248.09º35.04%99.61%-
XYZ49.4843.4199.54-
YUV178.73170.48126.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.70%
GREEN value IS 165 (64.84% from 255) = 27.68%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=29.70%
G=27.68%
B=42.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771652540.300.3500.00248.0997.882.16
HexB1A5FE1E2300f86252
Octal261245376364300370142122
Binary10110001101001011111111011110100011001111100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A5FE; }

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

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

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

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

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

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

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

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