#A0BBFE

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

Shades of Perano #A0BBFE

Tints of Perano #A0BBFE

Color information

#A0BBFE (or 0xA0BBFE) is unknown color: approx Perano. HEX triplet: A0, BB and FE. RGB value is (160,187,254). Sum of RGB (Red+Green+Blue) = 160+187+254=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BBFE is #5F4401. Grayscale: #BABABA. Windows color (decimal): -6243330 or 16694176. OLE color: 16694176.

HSL color Cylindrical-coordinate representation of color #A0BBFE: hue angle of 222.77º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0BBFE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160187254-
CMYK0.370.2600.00
HSL222.77º97.92%81.18%-
HSV(B)222.77º37.01%99.61%-
XYZ50.1650.17100.81-
YUV186.56166.05109.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.62%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=26.62%
G=31.11%
B=42.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601872540.370.2600.00222.7797.9281.18
HexA0BBFE251A00df6251
Octal240273376453200337142121
Binary10100000101110111111111010010111010001101111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBFE; }

 p { color: rgb(160,187,254); }

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

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

 a { background-color: rgb(160,187,254); }

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

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

 span { border-color: rgb(160,187,254); }

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