#A0BCFB

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

Shades of Perano #A0BCFB

Tints of Perano #A0BCFB

Color information

#A0BCFB (or 0xA0BCFB) is unknown color: approx Perano. HEX triplet: A0, BC and FB. RGB value is (160,188,251). Sum of RGB (Red+Green+Blue) = 160+188+251=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCFB is #5F4304. Grayscale: #BABABA. Windows color (decimal): -6243077 or 16497824. OLE color: 16497824.

HSL color Cylindrical-coordinate representation of color #A0BCFB: hue angle of 221.54º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BCFB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160188251-
CMYK0.360.2500.02
HSL221.54º91.92%80.59%-
HSV(B)221.54º36.25%98.43%-
XYZ49.8950.4198.37-
YUV186.81164.22108.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.71%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=26.71%
G=31.39%
B=41.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601882510.360.2500.02221.5491.9280.59
HexA0BCFB241902de5c51
Octal240274373443102336134121
Binary101000001011110011111011100100110010101101111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCFB; }

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

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

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

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

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

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

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

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