Html Css Color HEX #A5BEF9 Perano

📋 copy color: '#A5BEF9'

red 165 ◦ green 190 ◦ blue 249

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

Shades of Perano #A5BEF9

Tints of Perano #A5BEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 27.32%
G = 31.46%
B = 41.23%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5BEF9 (or 0xA5BEF9) is known color: Perano. HEX triplet: A5, BE and F9. RGB value is (165,190,249). Sum of RGB (Red+Green+Blue) = 165+190+249=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5BEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEF9 is #5A4106. Grayscale: #BCBCBC. Windows color (decimal): -5914887 or 16367269. OLE color: 16367269.

HSL color Cylindrical-coordinate representation of color #A5BEF9: hue angle of 222.14º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5BEF9 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 190 249 -
CMYK 0.34 0.24 0 0.02
HSL 222.14º 0.88% 0.81% -
HSV(B) 222.14º 0.34% 0.98% -
XYZ 51.03 51.67 96.91 -
YUV 189.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 165 190 249 0.34 0.24 0 0.02 222.14 0.88 0.81
Hex A5 BE F9 22 18 0 2 DE 58 51
Octal 245 276 371 42 30 0 2 336 130 121
Binary 10100101 10111110 11111001 100010 11000 0 10 11011110 1011000 1010001

Color Harmonies of #A5BEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BEF9

Black with #A5BEF9

Text Example


Text Example

White with #A5BEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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