#A9BCFC

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

Shades of Perano #A9BCFC

Tints of Perano #A9BCFC

Color information

#A9BCFC (or 0xA9BCFC) is unknown color: approx Perano. HEX triplet: A9, BC and FC. RGB value is (169,188,252). Sum of RGB (Red+Green+Blue) = 169+188+252=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BCFC is #564303. Grayscale: #BDBDBD. Windows color (decimal): -5653252 or 16563369. OLE color: 16563369.

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

Color convert

RGB169188252-
CMYK0.330.2500.01
HSL226.27º93.26%82.55%-
HSV(B)226.27º32.94%98.82%-
XYZ51.9251.4399.29-
YUV189.62163.21113.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.75%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=27.75%
G=30.87%
B=41.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691882520.330.2500.01226.2793.2682.55
HexA9BCFC211901e25d53
Octal251274374413101342135123
Binary10101001101111001111110010000111001011110001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCFC; }

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

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

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

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

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

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

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

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