#B0ACF2

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

Shades of Perano #B0ACF2

Tints of Perano #B0ACF2

Color information

#B0ACF2 (or 0xB0ACF2) is unknown color: approx Perano. HEX triplet: B0, AC and F2. RGB value is (176,172,242). Sum of RGB (Red+Green+Blue) = 176+172+242=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0ACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACF2 is #4F530D. Grayscale: #B4B4B4. Windows color (decimal): -5198606 or 15903920. OLE color: 15903920.

HSL color Cylindrical-coordinate representation of color #B0ACF2: hue angle of 243.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0ACF2 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176172242-
CMYK0.270.2900.05
HSL243.43º72.92%81.18%-
HSV(B)243.43º28.93%94.9%-
XYZ48.6845.1590.15-
YUV181.18162.33124.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.83%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 242 (94.92% from 255) = 41.02%
R=29.83%
G=29.15%
B=41.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761722420.270.2900.05243.4372.9281.18
HexB0ACF21B1D05f34951
Octal260254362333505363111121
Binary101100001010110011110010110111110101011111001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACF2; }

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

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

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

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

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

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

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

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