#B3ACFD

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

Shades of Perano #B3ACFD

Tints of Perano #B3ACFD

Color information

#B3ACFD (or 0xB3ACFD) is unknown color: approx Perano. HEX triplet: B3, AC and FD. RGB value is (179,172,253). Sum of RGB (Red+Green+Blue) = 179+172+253=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ACFD is #4C5302. Grayscale: #B7B7B7. Windows color (decimal): -5001987 or 16624819. OLE color: 16624819.

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

Color convert

RGB179172253-
CMYK0.290.3200.01
HSL245.19º95.29%83.33%-
HSV(B)245.19º32.02%99.22%-
XYZ51.0746.1899.15-
YUV183.33167.32124.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=29.64%
G=28.48%
B=41.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791722530.290.3200.01245.1995.2983.33
HexB3ACFD1D2001f55f53
Octal263254375354001365137123
Binary10110011101011001111110111101100000011111010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACFD; }

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

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

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

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

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

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

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

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