#A0BDED

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

Shades of Perano #A0BDED

Tints of Perano #A0BDED

Color information

#A0BDED (or 0xA0BDED) is unknown color: approx Perano. HEX triplet: A0, BD and ED. RGB value is (160,189,237). Sum of RGB (Red+Green+Blue) = 160+189+237=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDED is #5F4212. Grayscale: #B9B9B9. Windows color (decimal): -6242835 or 15580576. OLE color: 15580576.

HSL color Cylindrical-coordinate representation of color #A0BDED: hue angle of 217.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BDED is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160189237-
CMYK0.320.2000.07
HSL217.4º68.14%77.84%-
HSV(B)217.4º32.49%92.94%-
XYZ47.9849.9887.24-
YUV185.8156.89109.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.30%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=27.30%
G=32.25%
B=40.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601892370.320.2000.07217.468.1477.84
HexA0BDED201407d9444e
Octal240275355402407331104116
Binary1010000010111101111011011000001010001111101100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDED; }

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

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

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

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

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

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

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

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