Html Css Color HEX #A5BEFE Perano

📋 copy color: '#A5BEFE'

red 165 ◦ green 190 ◦ blue 254

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

Shades of Perano #A5BEFE

Tints of Perano #A5BEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.71%

R = 27.09%
G = 31.2%
B = 41.71%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5BEFE (or 0xA5BEFE) is known color: Perano. HEX triplet: A5, BE and FE. RGB value is (165,190,254). Sum of RGB (Red+Green+Blue) = 165+190+254=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEFE is #5A4101. Grayscale: #BDBDBD. Windows color (decimal): -5914882 or 16694949. OLE color: 16694949.

HSL color Cylindrical-coordinate representation of color #A5BEFE: hue angle of 223.15º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5BEFE is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 190 254 -
CMYK 0.35 0.25 0 0.00
HSL 223.15º 0.98% 0.82% -
HSV(B) 223.15º 0.35% 1% -
XYZ 51.82 51.98 101.07 -
YUV 189.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 165 190 254 0.35 0.25 0 0.00 223.15 0.98 0.82
Hex A5 BE FE 23 19 0 0 DF 62 52
Octal 245 276 376 43 31 0 0 337 142 122
Binary 10100101 10111110 11111110 100011 11001 0 0 11011111 1100010 1010010

Color Harmonies of #A5BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BEFE

Black with #A5BEFE

Text Example


Text Example

White with #A5BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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