#A8BBFF

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

Shades of Perano #A8BBFF

Tints of Perano #A8BBFF

Color information

#A8BBFF (or 0xA8BBFF) is unknown color: approx Perano. HEX triplet: A8, BB and FF. RGB value is (168,187,255). Sum of RGB (Red+Green+Blue) = 168+187+255=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBFF is #574400. Grayscale: #BCBCBC. Windows color (decimal): -5719041 or 16759720. OLE color: 16759720.

HSL color Cylindrical-coordinate representation of color #A8BBFF: hue angle of 226.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BBFF is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168187255-
CMYK0.340.2700
HSL226.9º100%82.94%-
HSV(B)226.9º34.12%100%-
XYZ51.9751.09101.73-
YUV189.07165.21112.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.54%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 255 (100% from 255) = 41.80%
R=27.54%
G=30.66%
B=41.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681872550.340.2700226.910082.94
HexA8BBFF221B00e36453
Octal250273377423300343144123
Binary10101000101110111111111110001011011001110001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBFF; }

 p { color: rgb(168,187,255); }

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

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

 a { background-color: rgb(168,187,255); }

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

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

 span { border-color: rgb(168,187,255); }

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