Html Css Color HEX #A0B0EC Perano

📋 copy color: '#A0B0EC'

red 160 ◦ green 176 ◦ blue 236

#A0B0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A0B0EC

Tints of Perano #A0B0EC

RGB

 RED value IS 160 (62.89% from 255) = 27.97%

 GREEN value IS 176 (69.14% from 255) = 30.77%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 27.97%
G = 30.77%
B = 41.26%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0B0EC (or 0xA0B0EC) is known color: Perano. HEX triplet: A0, B0 and EC. RGB value is (160,176,236). Sum of RGB (Red+Green+Blue) = 160+176+236=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0B0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0B0EC is #5F4F13. Grayscale: #B1B1B1. Windows color (decimal): -6246164 or 15511712. OLE color: 15511712.

HSL color Cylindrical-coordinate representation of color #A0B0EC: hue angle of 227.37º degrees, saturation: 0.67, 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 #A0B0EC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 176 236 -
CMYK 0.32 0.25 0 0.07
HSL 227.37º 0.67% 0.78% -
HSV(B) 227.37º 0.32% 0.93% -
XYZ 45.16 44.58 85.58 -
YUV 178.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 160 176 236 0.32 0.25 0 0.07 227.37 0.67 0.78
Hex A0 B0 EC 20 19 0 7 E3 43 4E
Octal 240 260 354 40 31 0 7 343 103 116
Binary 10100000 10110000 11101100 100000 11001 0 111 11100011 1000011 1001110

Color Harmonies of #A0B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B0EC

Black with #A0B0EC

Text Example


Text Example

White with #A0B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B0EC; }

 p { color: rgb(160,176,236); }

 H1.HeaderClassName
 {
   color: #A0B0EC;
 }
 .AnyTagClassName
 {
   color: #A0B0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(160,176,236); }

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

border-color css

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

 span { border-color: rgb(160,176,236); }

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