Html Css Color HEX #A0BEFD Perano

📋 copy color: '#A0BEFD'

red 160 ◦ green 190 ◦ blue 253

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

Shades of Perano #A0BEFD

Tints of Perano #A0BEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 26.53%
G = 31.51%
B = 41.96%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0BEFD (or 0xA0BEFD) is known color: Perano. HEX triplet: A0, BE and FD. RGB value is (160,190,253). Sum of RGB (Red+Green+Blue) = 160+190+253=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEFD is #5F4102. Grayscale: #BBBBBB. Windows color (decimal): -6242563 or 16629408. OLE color: 16629408.

HSL color Cylindrical-coordinate representation of color #A0BEFD: hue angle of 220.65º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0BEFD is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 190 253 -
CMYK 0.37 0.25 0 0.01
HSL 220.65º 0.96% 0.81% -
HSV(B) 220.65º 0.37% 0.99% -
XYZ 50.64 51.39 100.18 -
YUV 188.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 160 190 253 0.37 0.25 0 0.01 220.65 0.96 0.81
Hex A0 BE FD 25 19 0 1 DD 60 51
Octal 240 276 375 45 31 0 1 335 140 121
Binary 10100000 10111110 11111101 100101 11001 0 1 11011101 1100000 1010001

Color Harmonies of #A0BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEFD

Black with #A0BEFD

Text Example


Text Example

White with #A0BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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