#B0ACFD

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

Shades of Perano #B0ACFD

Tints of Perano #B0ACFD

Color information

#B0ACFD (or 0xB0ACFD) is unknown color: approx Perano. HEX triplet: B0, AC and FD. RGB value is (176,172,253). Sum of RGB (Red+Green+Blue) = 176+172+253=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0ACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACFD is #4F5302. Grayscale: #B6B6B6. Windows color (decimal): -5198595 or 16624816. OLE color: 16624816.

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

Color convert

RGB176172253-
CMYK0.300.3200.01
HSL242.96º95.29%83.33%-
HSV(B)242.96º32.02%99.22%-
XYZ50.3945.8399.12-
YUV182.43167.83123.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.28%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=29.28%
G=28.62%
B=42.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761722530.300.3200.01242.9695.2983.33
HexB0ACFD1E2001f35f53
Octal260254375364001363137123
Binary10110000101011001111110111110100000011111001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACFD; }

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

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

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

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

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

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

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

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