#B1A5FD

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

Shades of Perano #B1A5FD

Tints of Perano #B1A5FD

Color information

#B1A5FD (or 0xB1A5FD) is unknown color: approx Perano. HEX triplet: B1, A5 and FD. RGB value is (177,165,253). Sum of RGB (Red+Green+Blue) = 177+165+253=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A5FD is #4E5A02. Grayscale: #B2B2B2. Windows color (decimal): -5134851 or 16623025. OLE color: 16623025.

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

Color convert

RGB177165253-
CMYK0.300.3500.01
HSL248.18º95.65%81.96%-
HSV(B)248.18º34.78%99.22%-
XYZ49.3243.3598.7-
YUV178.62169.98126.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.75%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=29.75%
G=27.73%
B=42.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771652530.300.3500.01248.1895.6581.96
HexB1A5FD1E2301f86052
Octal261245375364301370140122
Binary10110001101001011111110111110100011011111100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A5FD; }

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

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

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

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

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

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

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

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