#A0BCF0

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

Shades of Perano #A0BCF0

Tints of Perano #A0BCF0

Color information

#A0BCF0 (or 0xA0BCF0) is unknown color: approx Perano. HEX triplet: A0, BC and F0. RGB value is (160,188,240). Sum of RGB (Red+Green+Blue) = 160+188+240=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0BCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCF0 is #5F430F. Grayscale: #B9B9B9. Windows color (decimal): -6243088 or 15776928. OLE color: 15776928.

HSL color Cylindrical-coordinate representation of color #A0BCF0: hue angle of 219º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0BCF0 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160188240-
CMYK0.330.2200.06
HSL219º72.73%78.43%-
HSV(B)219º33.33%94.12%-
XYZ48.2149.7389.5-
YUV185.56158.72109.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.21%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 240 (94.14% from 255) = 40.82%
R=27.21%
G=31.97%
B=40.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601882400.330.2200.0621972.7378.43
HexA0BCF0211606db494e
Octal240274360412606333111116
Binary1010000010111100111100001000011011001101101101110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCF0; }

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

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

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

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

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

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

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

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