Html Css Color HEX #A5B5BB Casper

📋 copy color: '#A5B5BB'

red 165 ◦ green 181 ◦ blue 187

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

Shades of Casper #A5B5BB

Tints of Casper #A5B5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 30.96%
G = 33.96%
B = 35.08%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5B5BB (or 0xA5B5BB) is known color: Casper. HEX triplet: A5, B5 and BB. RGB value is (165,181,187). Sum of RGB (Red+Green+Blue) = 165+181+187=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B5BB is #5A4A44. Grayscale: #B0B0B0. Windows color (decimal): -5917253 or 12301733. OLE color: 12301733.

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

Color convert

RGB 165 181 187 -
CMYK 0.12 0.03 0 0.27
HSL 196.36º 0.14% 0.69% -
HSV(B) 196.36º 0.12% 0.73% -
XYZ 41.01 44.63 53.47 -
YUV 176.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 165 181 187 0.12 0.03 0 0.27 196.36 0.14 0.69
Hex A5 B5 BB C 3 0 1B C4 E 45
Octal 245 265 273 14 3 0 33 304 16 105
Binary 10100101 10110101 10111011 1100 11 0 11011 11000100 1110 1000101

Color Harmonies of #A5B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B5BB

Black with #A5B5BB

Text Example


Text Example

White with #A5B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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