#A0BBF8

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

Shades of Perano #A0BBF8

Tints of Perano #A0BBF8

Color information

#A0BBF8 (or 0xA0BBF8) is unknown color: approx Perano. HEX triplet: A0, BB and F8. RGB value is (160,187,248). Sum of RGB (Red+Green+Blue) = 160+187+248=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #A0BBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BBF8 is #5F4407. Grayscale: #B9B9B9. Windows color (decimal): -6243336 or 16300960. OLE color: 16300960.

HSL color Cylindrical-coordinate representation of color #A0BBF8: hue angle of 221.59º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BBF8 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160187248-
CMYK0.350.2500.03
HSL221.59º86.27%80%-
HSV(B)221.59º35.48%97.25%-
XYZ49.2149.7995.82-
YUV185.88163.05109.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.89%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 248 (97.27% from 255) = 41.68%
R=26.89%
G=31.43%
B=41.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601872480.350.2500.03221.5986.2780
HexA0BBF8231903de5650
Octal240273370433103336126120
Binary101000001011101111111000100011110010111101111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBF8; }

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

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

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

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

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

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

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

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