Html Css Color HEX #A5BEF7 Perano

📋 copy color: '#A5BEF7'

red 165 ◦ green 190 ◦ blue 247

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

Shades of Perano #A5BEF7

Tints of Perano #A5BEF7

RGB

 RED value IS 165 (64.84% from 255) = 27.41%

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

 BLUE value IS 247 (96.88% from 255) = 41.03%

R = 27.41%
G = 31.56%
B = 41.03%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A5BEF7 (or 0xA5BEF7) is known color: Perano. HEX triplet: A5, BE and F7. RGB value is (165,190,247). Sum of RGB (Red+Green+Blue) = 165+190+247=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #A5BEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEF7 is #5A4108. Grayscale: #BCBCBC. Windows color (decimal): -5914889 or 16236197. OLE color: 16236197.

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

Color convert

RGB 165 190 247 -
CMYK 0.33 0.23 0 0.03
HSL 221.71º 0.84% 0.81% -
HSV(B) 221.71º 0.33% 0.97% -
XYZ 50.72 51.54 95.27 -
YUV 189.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 165 190 247 0.33 0.23 0 0.03 221.71 0.84 0.81
Hex A5 BE F7 21 17 0 3 DE 54 51
Octal 245 276 367 41 27 0 3 336 124 121
Binary 10100101 10111110 11110111 100001 10111 0 11 11011110 1010100 1010001

Color Harmonies of #A5BEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BEF7

Black with #A5BEF7

Text Example


Text Example

White with #A5BEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BEF7; }

 p { color: rgb(165,190,247); }

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

background-color css

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

 a { background-color: rgb(165,190,247); }

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

border-color css

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

 span { border-color: rgb(165,190,247); }

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