Html Css Color HEX #A5BDFE Perano

📋 copy color: '#A5BDFE'

red 165 ◦ green 189 ◦ blue 254

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

Shades of Perano #A5BDFE

Tints of Perano #A5BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.09%

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

R = 27.14%
G = 31.09%
B = 41.78%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5BDFE (or 0xA5BDFE) is known color: Perano. HEX triplet: A5, BD and FE. RGB value is (165,189,254). Sum of RGB (Red+Green+Blue) = 165+189+254=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BDFE is #5A4201. Grayscale: #BCBCBC. Windows color (decimal): -5915138 or 16694693. OLE color: 16694693.

HSL color Cylindrical-coordinate representation of color #A5BDFE: hue angle of 223.82º 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 #A5BDFE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 189 254 -
CMYK 0.35 0.26 0 0.00
HSL 223.82º 0.98% 0.82% -
HSV(B) 223.82º 0.35% 1% -
XYZ 51.6 51.55 101 -
YUV 189.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 165 189 254 0.35 0.26 0 0.00 223.82 0.98 0.82
Hex A5 BD FE 23 1A 0 0 E0 62 52
Octal 245 275 376 43 32 0 0 340 142 122
Binary 10100101 10111101 11111110 100011 11010 0 0 11100000 1100010 1010010

Color Harmonies of #A5BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDFE

Black with #A5BDFE

Text Example


Text Example

White with #A5BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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