Html Css Color HEX #A5B4BB Casper

📋 copy color: '#A5B4BB'

red 165 ◦ green 180 ◦ blue 187

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

Shades of Casper #A5B4BB

Tints of Casper #A5B4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.83%

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

R = 31.02%
G = 33.83%
B = 35.15%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5B4BB (or 0xA5B4BB) is known color: Casper. HEX triplet: A5, B4 and BB. RGB value is (165,180,187). Sum of RGB (Red+Green+Blue) = 165+180+187=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4BB is #5A4B44. Grayscale: #B0B0B0. Windows color (decimal): -5917509 or 12301477. OLE color: 12301477.

HSL color Cylindrical-coordinate representation of color #A5B4BB: hue angle of 199.09º 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 #A5B4BB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 180 187 -
CMYK 0.12 0.04 0 0.27
HSL 199.09º 0.14% 0.69% -
HSV(B) 199.09º 0.12% 0.73% -
XYZ 40.81 44.23 53.4 -
YUV 176.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 165 180 187 0.12 0.04 0 0.27 199.09 0.14 0.69
Hex A5 B4 BB C 4 0 1B C7 E 45
Octal 245 264 273 14 4 0 33 307 16 105
Binary 10100101 10110100 10111011 1100 100 0 11011 11000111 1110 1000101

Color Harmonies of #A5B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B4BB

Black with #A5B4BB

Text Example


Text Example

White with #A5B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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