#A9BBFC

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

Shades of Perano #A9BBFC

Tints of Perano #A9BBFC

Color information

#A9BBFC (or 0xA9BBFC) is unknown color: approx Perano. HEX triplet: A9, BB and FC. RGB value is (169,187,252). Sum of RGB (Red+Green+Blue) = 169+187+252=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BBFC is #564403. Grayscale: #BCBCBC. Windows color (decimal): -5653508 or 16563113. OLE color: 16563113.

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

Color convert

RGB169187252-
CMYK0.330.2600.01
HSL226.99º93.26%82.55%-
HSV(B)226.99º32.94%98.82%-
XYZ51.75199.22-
YUV189.03163.54113.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.80%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=27.80%
G=30.76%
B=41.45%

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
Decimal1691872520.330.2600.01226.9993.2682.55
HexA9BBFC211A01e35d53
Octal251273374413201343135123
Binary10101001101110111111110010000111010011110001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBFC; }

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

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

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

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

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

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

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

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