#B0ACED

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

Shades of Perano #B0ACED

Tints of Perano #B0ACED

Color information

#B0ACED (or 0xB0ACED) is unknown color: approx Perano. HEX triplet: B0, AC and ED. RGB value is (176,172,237). Sum of RGB (Red+Green+Blue) = 176+172+237=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0ACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACED is #4F5312. Grayscale: #B4B4B4. Windows color (decimal): -5198611 or 15576240. OLE color: 15576240.

HSL color Cylindrical-coordinate representation of color #B0ACED: hue angle of 243.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0ACED is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176172237-
CMYK0.260.2700.07
HSL243.69º64.36%80.2%-
HSV(B)243.69º27.43%92.94%-
XYZ47.9444.8586.25-
YUV180.61159.83124.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=30.09%
G=29.40%
B=40.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761722370.260.2700.07243.6964.3680.2
HexB0ACED1A1B07f44050
Octal260254355323307364100120
Binary101100001010110011101101110101101101111111010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACED; }

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

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

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

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

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

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

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

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