#B0ACFB

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

Shades of Perano #B0ACFB

Tints of Perano #B0ACFB

Color information

#B0ACFB (or 0xB0ACFB) is unknown color: approx Perano. HEX triplet: B0, AC and FB. RGB value is (176,172,251). Sum of RGB (Red+Green+Blue) = 176+172+251=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0ACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACFB is #4F5304. Grayscale: #B5B5B5. Windows color (decimal): -5198597 or 16493744. OLE color: 16493744.

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

Color convert

RGB176172251-
CMYK0.300.3100.02
HSL243.04º90.8%82.94%-
HSV(B)243.04º31.47%98.43%-
XYZ50.0745.797.45-
YUV182.2166.83123.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.38%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=29.38%
G=28.71%
B=41.90%

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
Decimal1761722510.300.3100.02243.0490.882.94
HexB0ACFB1E1F02f35b53
Octal260254373363702363133123
Binary10110000101011001111101111110111110101111001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACFB; }

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

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

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

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

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

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

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

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