Html Css Color HEX #A5B1FB Perano

📋 copy color: '#A5B1FB'

red 165 ◦ green 177 ◦ blue 251

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

Shades of Perano #A5B1FB

Tints of Perano #A5B1FB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.85%

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 27.82%
G = 29.85%
B = 42.33%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5B1FB (or 0xA5B1FB) is known color: Perano. HEX triplet: A5, B1 and FB. RGB value is (165,177,251). Sum of RGB (Red+Green+Blue) = 165+177+251=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5B1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B1FB is #5A4E04. Grayscale: #B5B5B5. Windows color (decimal): -5918213 or 16495013. OLE color: 16495013.

HSL color Cylindrical-coordinate representation of color #A5B1FB: hue angle of 231.63º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5B1FB is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 177 251 -
CMYK 0.34 0.29 0 0.02
HSL 231.63º 0.91% 0.82% -
HSV(B) 231.63º 0.34% 0.98% -
XYZ 48.65 46.41 97.66 -
YUV 181.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 165 177 251 0.34 0.29 0 0.02 231.63 0.91 0.82
Hex A5 B1 FB 22 1D 0 2 E8 5B 52
Octal 245 261 373 42 35 0 2 350 133 122
Binary 10100101 10110001 11111011 100010 11101 0 10 11101000 1011011 1010010

Color Harmonies of #A5B1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B1FB

Black with #A5B1FB

Text Example


Text Example

White with #A5B1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B1FB; }

 p { color: rgb(165,177,251); }

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

background-color css

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

 a { background-color: rgb(165,177,251); }

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

border-color css

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

 span { border-color: rgb(165,177,251); }

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