Html Css Color HEX #A5BDFC Perano

📋 copy color: '#A5BDFC'

red 165 ◦ green 189 ◦ blue 252

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

Shades of Perano #A5BDFC

Tints of Perano #A5BDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.58%

R = 27.23%
G = 31.19%
B = 41.58%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5BDFC (or 0xA5BDFC) is known color: Perano. HEX triplet: A5, BD and FC. RGB value is (165,189,252). Sum of RGB (Red+Green+Blue) = 165+189+252=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BDFC is #5A4203. Grayscale: #BCBCBC. Windows color (decimal): -5915140 or 16563621. OLE color: 16563621.

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

Color convert

RGB 165 189 252 -
CMYK 0.35 0.25 0 0.01
HSL 223.45º 0.94% 0.82% -
HSV(B) 223.45º 0.35% 0.99% -
XYZ 51.29 51.42 99.32 -
YUV 189.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 165 189 252 0.35 0.25 0 0.01 223.45 0.94 0.82
Hex A5 BD FC 23 19 0 1 DF 5E 52
Octal 245 275 374 43 31 0 1 337 136 122
Binary 10100101 10111101 11111100 100011 11001 0 1 11011111 1011110 1010010

Color Harmonies of #A5BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDFC

Black with #A5BDFC

Text Example


Text Example

White with #A5BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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