#A0BCF3

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

Shades of Perano #A0BCF3

Tints of Perano #A0BCF3

Color information

#A0BCF3 (or 0xA0BCF3) is unknown color: approx Perano. HEX triplet: A0, BC and F3. RGB value is (160,188,243). Sum of RGB (Red+Green+Blue) = 160+188+243=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0BCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCF3 is #5F430C. Grayscale: #B9B9B9. Windows color (decimal): -6243085 or 15973536. OLE color: 15973536.

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

Color convert

RGB160188243-
CMYK0.340.2300.05
HSL219.76º77.57%79.02%-
HSV(B)219.76º34.16%95.29%-
XYZ48.6649.9191.86-
YUV185.9160.22109.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.07%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=27.07%
G=31.81%
B=41.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601882430.340.2300.05219.7677.5779.02
HexA0BCF3221705dc4e4f
Octal240274363422705334116117
Binary1010000010111100111100111000101011101011101110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCF3; }

 p { color: rgb(160,188,243); }

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

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

 a { background-color: rgb(160,188,243); }

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

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

 span { border-color: rgb(160,188,243); }

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