#B0ACFA

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

Shades of Perano #B0ACFA

Tints of Perano #B0ACFA

Color information

#B0ACFA (or 0xB0ACFA) is unknown color: approx Perano. HEX triplet: B0, AC and FA. RGB value is (176,172,250). Sum of RGB (Red+Green+Blue) = 176+172+250=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0ACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACFA is #4F5305. Grayscale: #B5B5B5. Windows color (decimal): -5198598 or 16428208. OLE color: 16428208.

HSL color Cylindrical-coordinate representation of color #B0ACFA: hue angle of 243.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0ACFA is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176172250-
CMYK0.300.3100.02
HSL243.08º88.64%82.75%-
HSV(B)243.08º31.2%98.04%-
XYZ49.9145.6496.62-
YUV182.09166.33123.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=29.43%
G=28.76%
B=41.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761722500.300.3100.02243.0888.6482.75
HexB0ACFA1E1F02f35953
Octal260254372363702363131123
Binary10110000101011001111101011110111110101111001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACFA; }

 p { color: rgb(176,172,250); }

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

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

 a { background-color: rgb(176,172,250); }

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

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

 span { border-color: rgb(176,172,250); }

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