#B0A5FD

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

Shades of Perano #B0A5FD

Tints of Perano #B0A5FD

Color information

#B0A5FD (or 0xB0A5FD) is unknown color: approx Perano. HEX triplet: B0, A5 and FD. RGB value is (176,165,253). Sum of RGB (Red+Green+Blue) = 176+165+253=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A5FD is #4F5A02. Grayscale: #B1B1B1. Windows color (decimal): -5200387 or 16623024. OLE color: 16623024.

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

Color convert

RGB176165253-
CMYK0.300.3500.01
HSL247.5º95.65%81.96%-
HSV(B)247.5º34.78%99.22%-
XYZ49.0943.2398.69-
YUV178.32170.14126.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.63%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=29.63%
G=27.78%
B=42.59%

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
Decimal1761652530.300.3500.01247.595.6581.96
HexB0A5FD1E2301f86052
Octal260245375364301370140122
Binary10110000101001011111110111110100011011111100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A5FD; }

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

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

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

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

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

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

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

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