#A4BCF1

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

Shades of Perano #A4BCF1

Tints of Perano #A4BCF1

Color information

#A4BCF1 (or 0xA4BCF1) is unknown color: approx Perano. HEX triplet: A4, BC and F1. RGB value is (164,188,241). Sum of RGB (Red+Green+Blue) = 164+188+241=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCF1 is #5B430E. Grayscale: #BABABA. Windows color (decimal): -5980943 or 15842468. OLE color: 15842468.

HSL color Cylindrical-coordinate representation of color #A4BCF1: hue angle of 221.3º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4BCF1 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164188241-
CMYK0.320.2200.05
HSL221.3º73.33%79.41%-
HSV(B)221.3º31.95%94.51%-
XYZ49.1750.2190.32-
YUV186.87158.55111.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.66%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=27.66%
G=31.70%
B=40.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641882410.320.2200.05221.373.3379.41
HexA4BCF1201605dd494f
Octal244274361402605335111117
Binary1010010010111100111100011000001011001011101110110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCF1; }

 p { color: rgb(164,188,241); }

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

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

 a { background-color: rgb(164,188,241); }

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

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

 span { border-color: rgb(164,188,241); }

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