Html Css Color HEX #A5B5BA Casper

📋 copy color: '#A5B5BA'

red 165 ◦ green 181 ◦ blue 186

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

Shades of Casper #A5B5BA

Tints of Casper #A5B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.02%

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 31.02%
G = 34.02%
B = 34.96%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5B5BA (or 0xA5B5BA) is known color: Casper. HEX triplet: A5, B5 and BA. RGB value is (165,181,186). Sum of RGB (Red+Green+Blue) = 165+181+186=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B5BA is #5A4A45. Grayscale: #B0B0B0. Windows color (decimal): -5917254 or 12236197. OLE color: 12236197.

HSL color Cylindrical-coordinate representation of color #A5B5BA: hue angle of 194.29º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B5BA is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 181 186 -
CMYK 0.11 0.03 0 0.27
HSL 194.29º 0.13% 0.69% -
HSV(B) 194.29º 0.11% 0.73% -
XYZ 40.9 44.59 52.91 -
YUV 176.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 165 181 186 0.11 0.03 0 0.27 194.29 0.13 0.69
Hex A5 B5 BA B 3 0 1B C2 D 45
Octal 245 265 272 13 3 0 33 302 15 105
Binary 10100101 10110101 10111010 1011 11 0 11011 11000010 1101 1000101

Color Harmonies of #A5B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B5BA

Black with #A5B5BA

Text Example


Text Example

White with #A5B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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