Html Css Color HEX #A5BAFB Perano

📋 copy color: '#A5BAFB'

red 165 ◦ green 186 ◦ blue 251

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

Shades of Perano #A5BAFB

Tints of Perano #A5BAFB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.9%

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

R = 27.41%
G = 30.9%
B = 41.69%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5BAFB (or 0xA5BAFB) is known color: Perano. HEX triplet: A5, BA and FB. RGB value is (165,186,251). Sum of RGB (Red+Green+Blue) = 165+186+251=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5BAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BAFB is #5A4504. Grayscale: #BABABA. Windows color (decimal): -5915909 or 16497317. OLE color: 16497317.

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

Color convert

RGB 165 186 251 -
CMYK 0.34 0.26 0 0.02
HSL 225.35º 0.91% 0.82% -
HSV(B) 225.35º 0.34% 0.98% -
XYZ 50.49 50.08 98.27 -
YUV 187.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 165 186 251 0.34 0.26 0 0.02 225.35 0.91 0.82
Hex A5 BA FB 22 1A 0 2 E1 5B 52
Octal 245 272 373 42 32 0 2 341 133 122
Binary 10100101 10111010 11111011 100010 11010 0 10 11100001 1011011 1010010

Color Harmonies of #A5BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BAFB

Black with #A5BAFB

Text Example


Text Example

White with #A5BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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