#A8BBFC

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

Shades of Perano #A8BBFC

Tints of Perano #A8BBFC

Color information

#A8BBFC (or 0xA8BBFC) is unknown color: approx Perano. HEX triplet: A8, BB and FC. RGB value is (168,187,252). Sum of RGB (Red+Green+Blue) = 168+187+252=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBFC is #574403. Grayscale: #BCBCBC. Windows color (decimal): -5719044 or 16563112. OLE color: 16563112.

HSL color Cylindrical-coordinate representation of color #A8BBFC: hue angle of 226.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BBFC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168187252-
CMYK0.330.2600.01
HSL226.43º93.33%82.35%-
HSV(B)226.43º33.33%98.82%-
XYZ51.4950.8999.21-
YUV188.73163.71113.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.68%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=27.68%
G=30.81%
B=41.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681872520.330.2600.01226.4393.3382.35
HexA8BBFC211A01e25d52
Octal250273374413201342135122
Binary10101000101110111111110010000111010011110001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBFC; }

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

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

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

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

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

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

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

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