#A5BBFB

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

Shades of Perano #A5BBFB

Tints of Perano #A5BBFB

Color information

#A5BBFB (or 0xA5BBFB) is unknown color: approx Perano. HEX triplet: A5, BB and FB. RGB value is (165,187,251). Sum of RGB (Red+Green+Blue) = 165+187+251=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBFB is #5A4404. Grayscale: #BBBBBB. Windows color (decimal): -5915653 or 16497573. OLE color: 16497573.

HSL color Cylindrical-coordinate representation of color #A5BBFB: hue angle of 224.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5BBFB is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165187251-
CMYK0.340.2500.02
HSL224.65º91.49%81.57%-
HSV(B)224.65º34.26%98.43%-
XYZ50.750.5198.34-
YUV187.72163.71111.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=27.36%
G=31.01%
B=41.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651872510.340.2500.02224.6591.4981.57
HexA5BBFB221902e15b52
Octal245273373423102341133122
Binary101001011011101111111011100010110010101110000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBFB; }

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

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

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

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

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

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

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

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