#A4BBFC

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

Shades of Perano #A4BBFC

Tints of Perano #A4BBFC

Color information

#A4BBFC (or 0xA4BBFC) is unknown color: approx Perano. HEX triplet: A4, BB and FC. RGB value is (164,187,252). Sum of RGB (Red+Green+Blue) = 164+187+252=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BBFC is #5B4403. Grayscale: #BBBBBB. Windows color (decimal): -5981188 or 16563108. OLE color: 16563108.

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

Color convert

RGB164187252-
CMYK0.350.2600.01
HSL224.32º93.62%81.57%-
HSV(B)224.32º34.92%98.82%-
XYZ50.6550.4699.17-
YUV187.53164.38111.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=27.20%
G=31.01%
B=41.79%

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
Decimal1641872520.350.2600.01224.3293.6281.57
HexA4BBFC231A01e05e52
Octal244273374433201340136122
Binary10100100101110111111110010001111010011110000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBFC; }

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

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

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

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

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

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

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

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