#B0ACFF

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

Shades of Perano #B0ACFF

Tints of Perano #B0ACFF

Color information

#B0ACFF (or 0xB0ACFF) is unknown color: approx Perano. HEX triplet: B0, AC and FF. RGB value is (176,172,255). Sum of RGB (Red+Green+Blue) = 176+172+255=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACFF is #4F5300. Grayscale: #B6B6B6. Windows color (decimal): -5198593 or 16755888. OLE color: 16755888.

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

Color convert

RGB176172255-
CMYK0.310.3300
HSL242.89º100%83.73%-
HSV(B)242.89º32.55%100%-
XYZ50.7145.96100.81-
YUV182.66168.83123.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 255 (100% from 255) = 42.29%
R=29.19%
G=28.52%
B=42.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761722550.310.3300242.8910083.73
HexB0ACFF1F2100f36454
Octal260254377374100363144124
Binary10110000101011001111111111111100001001111001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACFF; }

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

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

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

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

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

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

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

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