#A0BBFB

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

Shades of Perano #A0BBFB

Tints of Perano #A0BBFB

Color information

#A0BBFB (or 0xA0BBFB) is unknown color: approx Perano. HEX triplet: A0, BB and FB. RGB value is (160,187,251). Sum of RGB (Red+Green+Blue) = 160+187+251=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BBFB is #5F4404. Grayscale: #B9B9B9. Windows color (decimal): -6243333 or 16497568. OLE color: 16497568.

HSL color Cylindrical-coordinate representation of color #A0BBFB: hue angle of 222.2º 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 #A0BBFB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160187251-
CMYK0.360.2500.02
HSL222.2º91.92%80.59%-
HSV(B)222.2º36.25%98.43%-
XYZ49.6849.9898.3-
YUV186.22164.55109.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.76%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=26.76%
G=31.27%
B=41.97%

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
Decimal1601872510.360.2500.02222.291.9280.59
HexA0BBFB241902de5c51
Octal240273373443102336134121
Binary101000001011101111111011100100110010101101111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBFB; }

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

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

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

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

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

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

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

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