#B3ACFB

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

Shades of Perano #B3ACFB

Tints of Perano #B3ACFB

Color information

#B3ACFB (or 0xB3ACFB) is unknown color: approx Perano. HEX triplet: B3, AC and FB. RGB value is (179,172,251). Sum of RGB (Red+Green+Blue) = 179+172+251=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ACFB is #4C5304. Grayscale: #B6B6B6. Windows color (decimal): -5001989 or 16493747. OLE color: 16493747.

HSL color Cylindrical-coordinate representation of color #B3ACFB: hue angle of 245.32º degrees, saturation: 0.91, 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 #B3ACFB is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179172251-
CMYK0.290.3100.02
HSL245.32º90.8%82.94%-
HSV(B)245.32º31.47%98.43%-
XYZ50.7646.0597.48-
YUV183.1166.32125.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=29.73%
G=28.57%
B=41.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791722510.290.3100.02245.3290.882.94
HexB3ACFB1D1F02f55b53
Octal263254373353702365133123
Binary10110011101011001111101111101111110101111010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACFB; }

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

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

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

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

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

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

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

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