#A4BAF3

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

Shades of Perano #A4BAF3

Tints of Perano #A4BAF3

Color information

#A4BAF3 (or 0xA4BAF3) is unknown color: approx Perano. HEX triplet: A4, BA and F3. RGB value is (164,186,243). Sum of RGB (Red+Green+Blue) = 164+186+243=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4BAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BAF3 is #5B450C. Grayscale: #B9B9B9. Windows color (decimal): -5981453 or 15973028. OLE color: 15973028.

HSL color Cylindrical-coordinate representation of color #A4BAF3: hue angle of 223.29º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4BAF3 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164186243-
CMYK0.330.2300.05
HSL223.29º76.7%79.8%-
HSV(B)223.29º32.51%95.29%-
XYZ49.0549.4891.76-
YUV185.92160.21112.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.66%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 243 (95.31% from 255) = 40.98%
R=27.66%
G=31.37%
B=40.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641862430.330.2300.05223.2976.779.8
HexA4BAF3211705df4d50
Octal244272363412705337115120
Binary1010010010111010111100111000011011101011101111110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAF3; }

 p { color: rgb(164,186,243); }

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

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

 a { background-color: rgb(164,186,243); }

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

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

 span { border-color: rgb(164,186,243); }

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