Html Css Color HEX #A5BCFD Perano

📋 copy color: '#A5BCFD'

red 165 ◦ green 188 ◦ blue 253

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

Shades of Perano #A5BCFD

Tints of Perano #A5BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.02%

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 27.23%
G = 31.02%
B = 41.75%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5BCFD (or 0xA5BCFD) is known color: Perano. HEX triplet: A5, BC and FD. RGB value is (165,188,253). Sum of RGB (Red+Green+Blue) = 165+188+253=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCFD is #5A4302. Grayscale: #BCBCBC. Windows color (decimal): -5915395 or 16628901. OLE color: 16628901.

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

Color convert

RGB 165 188 253 -
CMYK 0.35 0.26 0 0.01
HSL 224.32º 0.96% 0.82% -
HSV(B) 224.32º 0.35% 0.99% -
XYZ 51.23 51.06 100.08 -
YUV 188.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 165 188 253 0.35 0.26 0 0.01 224.32 0.96 0.82
Hex A5 BC FD 23 1A 0 1 E0 60 52
Octal 245 274 375 43 32 0 1 340 140 122
Binary 10100101 10111100 11111101 100011 11010 0 1 11100000 1100000 1010010

Color Harmonies of #A5BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCFD

Black with #A5BCFD

Text Example


Text Example

White with #A5BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCFD; }

 p { color: rgb(165,188,253); }

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

background-color css

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

 a { background-color: rgb(165,188,253); }

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

border-color css

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

 span { border-color: rgb(165,188,253); }

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