Html Css Color HEX #A0BEF8 Perano

📋 copy color: '#A0BEF8'

red 160 ◦ green 190 ◦ blue 248

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

Shades of Perano #A0BEF8

Tints of Perano #A0BEF8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.77%

 BLUE value IS 248 (97.27% from 255) = 41.47%

R = 26.76%
G = 31.77%
B = 41.47%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A0BEF8 (or 0xA0BEF8) is known color: Perano. HEX triplet: A0, BE and F8. RGB value is (160,190,248). Sum of RGB (Red+Green+Blue) = 160+190+248=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #A0BEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEF8 is #5F4107. Grayscale: #BBBBBB. Windows color (decimal): -6242568 or 16301728. OLE color: 16301728.

HSL color Cylindrical-coordinate representation of color #A0BEF8: hue angle of 219.55º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BEF8 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 190 248 -
CMYK 0.35 0.23 0 0.03
HSL 219.55º 0.86% 0.8% -
HSV(B) 219.55º 0.35% 0.97% -
XYZ 49.85 51.08 96.04 -
YUV 187.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 160 190 248 0.35 0.23 0 0.03 219.55 0.86 0.8
Hex A0 BE F8 23 17 0 3 DC 56 50
Octal 240 276 370 43 27 0 3 334 126 120
Binary 10100000 10111110 11111000 100011 10111 0 11 11011100 1010110 1010000

Color Harmonies of #A0BEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEF8

Black with #A0BEF8

Text Example


Text Example

White with #A0BEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEF8; }

 p { color: rgb(160,190,248); }

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

background-color css

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

 a { background-color: rgb(160,190,248); }

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

border-color css

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

 span { border-color: rgb(160,190,248); }

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