#A5BCFC

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

Shades of Perano #A5BCFC

Tints of Perano #A5BCFC

Color information

#A5BCFC (or 0xA5BCFC) is unknown color: approx Perano. HEX triplet: A5, BC and FC. RGB value is (165,188,252). Sum of RGB (Red+Green+Blue) = 165+188+252=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCFC is #5A4303. Grayscale: #BCBCBC. Windows color (decimal): -5915396 or 16563365. OLE color: 16563365.

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

Color convert

RGB165188252-
CMYK0.350.2500.01
HSL224.14º93.55%81.76%-
HSV(B)224.14º34.52%98.82%-
XYZ51.0750.9999.25-
YUV188.42163.88111.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=27.27%
G=31.07%
B=41.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651882520.350.2500.01224.1493.5581.76
HexA5BCFC231901e05e52
Octal245274374433101340136122
Binary10100101101111001111110010001111001011110000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCFC; }

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

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

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

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

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

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

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

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