Html Css Color HEX #ADB1B3 Casper

📋 copy color: '#ADB1B3'

red 173 ◦ green 177 ◦ blue 179

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

Shades of Casper #ADB1B3

Tints of Casper #ADB1B3

RGB

 RED value IS 173 (67.97% from 255) = 32.7%

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

 BLUE value IS 179 (70.31% from 255) = 33.84%

R = 32.7%
G = 33.46%
B = 33.84%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ADB1B3 (or 0xADB1B3) is known color: Casper. HEX triplet: AD, B1 and B3. RGB value is (173,177,179). Sum of RGB (Red+Green+Blue) = 173+177+179=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1B3 is #524E4C. Grayscale: #B0B0B0. Windows color (decimal): -5393997 or 11776429. OLE color: 11776429.

HSL color Cylindrical-coordinate representation of color #ADB1B3: hue angle of 200º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADB1B3 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 177 179 -
CMYK 0.03 0.01 0 0.30
HSL 200º 0.04% 0.69% -
HSV(B) 200º 0.03% 0.7% -
XYZ 41.09 43.58 48.89 -
YUV 176.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 173 177 179 0.03 0.01 0 0.30 200 0.04 0.69
Hex AD B1 B3 3 1 0 1E C8 4 45
Octal 255 261 263 3 1 0 36 310 4 105
Binary 10101101 10110001 10110011 11 1 0 11110 11001000 100 1000101

Color Harmonies of #ADB1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1B3

Black with #ADB1B3

Text Example


Text Example

White with #ADB1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1B3; }

 p { color: rgb(173,177,179); }

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

background-color css

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

 a { background-color: rgb(173,177,179); }

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

border-color css

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

 span { border-color: rgb(173,177,179); }

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