Html Css Color HEX #ADB9BA Casper

📋 copy color: '#ADB9BA'

red 173 ◦ green 185 ◦ blue 186

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

Shades of Casper #ADB9BA

Tints of Casper #ADB9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.01%

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

R = 31.8%
G = 34.01%
B = 34.19%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADB9BA (or 0xADB9BA) is known color: Casper. HEX triplet: AD, B9 and BA. RGB value is (173,185,186). Sum of RGB (Red+Green+Blue) = 173+185+186=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9BA is #524645. Grayscale: #B5B5B5. Windows color (decimal): -5391942 or 12237229. OLE color: 12237229.

HSL color Cylindrical-coordinate representation of color #ADB9BA: hue angle of 184.62º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB9BA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 186 -
CMYK 0.07 0.01 0 0.27
HSL 184.62º 0.09% 0.7% -
HSV(B) 184.62º 0.07% 0.73% -
XYZ 43.45 47.13 53.26 -
YUV 181.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 173 185 186 0.07 0.01 0 0.27 184.62 0.09 0.7
Hex AD B9 BA 7 1 0 1B B9 9 46
Octal 255 271 272 7 1 0 33 271 11 106
Binary 10101101 10111001 10111010 111 1 0 11011 10111001 1001 1000110

Color Harmonies of #ADB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9BA

Black with #ADB9BA

Text Example


Text Example

White with #ADB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9BA; }

 p { color: rgb(173,185,186); }

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

background-color css

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

 a { background-color: rgb(173,185,186); }

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

border-color css

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

 span { border-color: rgb(173,185,186); }

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