#A0BDEF

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

Shades of Perano #A0BDEF

Tints of Perano #A0BDEF

Color information

#A0BDEF (or 0xA0BDEF) is unknown color: approx Perano. HEX triplet: A0, BD and EF. RGB value is (160,189,239). Sum of RGB (Red+Green+Blue) = 160+189+239=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDEF is #5F4210. Grayscale: #B9B9B9. Windows color (decimal): -6242833 or 15711648. OLE color: 15711648.

HSL color Cylindrical-coordinate representation of color #A0BDEF: hue angle of 217.97º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0BDEF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160189239-
CMYK0.330.2100.06
HSL217.97º71.17%78.24%-
HSV(B)217.97º33.05%93.73%-
XYZ48.2750.188.79-
YUV186.03157.89109.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.21%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=27.21%
G=32.14%
B=40.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601892390.330.2100.06217.9771.1778.24
HexA0BDEF211506da474e
Octal240275357412506332107116
Binary1010000010111101111011111000011010101101101101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDEF; }

 p { color: rgb(160,189,239); }

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

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

 a { background-color: rgb(160,189,239); }

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

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

 span { border-color: rgb(160,189,239); }

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