#a0bcf2

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

Shades of Perano #A0BCF2

Tints of Perano #A0BCF2

Color information

#A0BCF2 (or 0xA0BCF2) is unknown color: approx Perano. HEX triplet: A0, BC and F2. RGB value is (160,188,242). Sum of RGB (Red+Green+Blue) = 160+188+242=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 188 (73.83% from 255 or 31.86% 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 #A0BCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCF2 is #5F430D. Grayscale: #B9B9B9. Windows color (decimal): -6243086 or 15908000. OLE color: 15908000.

HSL color Cylindrical-coordinate representation of color #A0BCF2: hue angle of 219.51º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0BCF2 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160188242-
CMYK0.340.2200.05
HSL219.51º75.93%78.82%-
HSV(B)219.51º33.88%94.9%-
XYZ48.5149.8591.07-
YUV185.78159.72109.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.12%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 242 (94.92% from 255) = 41.02%
R=27.12%
G=31.86%
B=41.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601882420.340.2200.05219.5175.9378.82
HexA0BCF2221605dc4c4f
Octal240274362422605334114117
Binary1010000010111100111100101000101011001011101110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0bcf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0bcf2; }

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

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

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

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

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

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

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

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