#A0BCEB

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

Shades of Perano #A0BCEB

Tints of Perano #A0BCEB

Color information

#A0BCEB (or 0xA0BCEB) is unknown color: approx Perano. HEX triplet: A0, BC and EB. RGB value is (160,188,235). Sum of RGB (Red+Green+Blue) = 160+188+235=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 188 (73.83% from 255 or 32.25% 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 #A0BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCEB is #5F4314. Grayscale: #B8B8B8. Windows color (decimal): -6243093 or 15449248. OLE color: 15449248.

HSL color Cylindrical-coordinate representation of color #A0BCEB: hue angle of 217.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BCEB is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160188235-
CMYK0.320.200.08
HSL217.6º65.22%77.45%-
HSV(B)217.6º31.91%92.16%-
XYZ47.4849.4485.64-
YUV184.99156.22110.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=27.44%
G=32.25%
B=40.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601882350.320.200.08217.665.2277.45
HexA0BCEB201408da414d
Octal2402743534024010332101115
Binary10100000101111001110101110000010100010001101101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCEB; }

 p { color: rgb(160,188,235); }

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

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

 a { background-color: rgb(160,188,235); }

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

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

 span { border-color: rgb(160,188,235); }

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