Html Css Color HEX #A5BEEF Perano

📋 copy color: '#A5BEEF'

red 165 ◦ green 190 ◦ blue 239

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

Shades of Perano #A5BEEF

Tints of Perano #A5BEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 27.78%
G = 31.99%
B = 40.24%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A5BEEF (or 0xA5BEEF) is known color: Perano. HEX triplet: A5, BE and EF. RGB value is (165,190,239). Sum of RGB (Red+Green+Blue) = 165+190+239=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5BEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEEF is #5A4110. Grayscale: #BBBBBB. Windows color (decimal): -5914897 or 15711909. OLE color: 15711909.

HSL color Cylindrical-coordinate representation of color #A5BEEF: hue angle of 219.73º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5BEEF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 190 239 -
CMYK 0.31 0.21 0 0.06
HSL 219.73º 0.7% 0.79% -
HSV(B) 219.73º 0.31% 0.94% -
XYZ 49.51 51.06 88.91 -
YUV 188.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 165 190 239 0.31 0.21 0 0.06 219.73 0.7 0.79
Hex A5 BE EF 1F 15 0 6 DC 46 4F
Octal 245 276 357 37 25 0 6 334 106 117
Binary 10100101 10111110 11101111 11111 10101 0 110 11011100 1000110 1001111

Color Harmonies of #A5BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BEEF

Black with #A5BEEF

Text Example


Text Example

White with #A5BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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