#B0ACEB

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

Shades of Perano #B0ACEB

Tints of Perano #B0ACEB

Color information

#B0ACEB (or 0xB0ACEB) is unknown color: approx Perano. HEX triplet: B0, AC and EB. RGB value is (176,172,235). Sum of RGB (Red+Green+Blue) = 176+172+235=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0ACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACEB is #4F5314. Grayscale: #B4B4B4. Windows color (decimal): -5198613 or 15445168. OLE color: 15445168.

HSL color Cylindrical-coordinate representation of color #B0ACEB: hue angle of 243.81º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0ACEB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176172235-
CMYK0.250.2700.08
HSL243.81º61.17%79.8%-
HSV(B)243.81º26.81%92.16%-
XYZ47.6544.7384.72-
YUV180.38158.83124.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=30.19%
G=29.50%
B=40.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761722350.250.2700.08243.8161.1779.8
HexB0ACEB191B08f43d50
Octal260254353313301036475120
Binary101100001010110011101011110011101101000111101001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACEB; }

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

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

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

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

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

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

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

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