#A9BEFC

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

Shades of Perano #A9BEFC

Tints of Perano #A9BEFC

Color information

#A9BEFC (or 0xA9BEFC) is unknown color: approx Perano. HEX triplet: A9, BE and FC. RGB value is (169,190,252). Sum of RGB (Red+Green+Blue) = 169+190+252=611 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.66% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9BEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BEFC is #564103. Grayscale: #BEBEBE. Windows color (decimal): -5652740 or 16563881. OLE color: 16563881.

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

Color convert

RGB169190252-
CMYK0.330.2500.01
HSL224.82º93.26%82.55%-
HSV(B)224.82º32.94%98.82%-
XYZ52.3552.2999.43-
YUV190.79162.54112.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.66%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=27.66%
G=31.10%
B=41.24%

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
Decimal1691902520.330.2500.01224.8293.2682.55
HexA9BEFC211901e15d53
Octal251276374413101341135123
Binary10101001101111101111110010000111001011110000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEFC; }

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

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

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

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

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

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

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

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