#A5BBFC

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

Shades of Perano #A5BBFC

Tints of Perano #A5BBFC

Color information

#A5BBFC (or 0xA5BBFC) is unknown color: approx Perano. HEX triplet: A5, BB and FC. RGB value is (165,187,252). Sum of RGB (Red+Green+Blue) = 165+187+252=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBFC is #5A4403. Grayscale: #BBBBBB. Windows color (decimal): -5915652 or 16563109. OLE color: 16563109.

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

Color convert

RGB165187252-
CMYK0.350.2600.01
HSL224.83º93.55%81.76%-
HSV(B)224.83º34.52%98.82%-
XYZ50.8650.5799.18-
YUV187.83164.21111.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.32%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=27.32%
G=30.96%
B=41.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651872520.350.2600.01224.8393.5581.76
HexA5BBFC231A01e15e52
Octal245273374433201341136122
Binary10100101101110111111110010001111010011110000110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBFC; }

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

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

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

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

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

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

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

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