Html Css Color HEX #ADBABB Casper

📋 copy color: '#ADBABB'

red 173 ◦ green 186 ◦ blue 187

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

Shades of Casper #ADBABB

Tints of Casper #ADBABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.07%

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

R = 31.68%
G = 34.07%
B = 34.25%

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

#ADBABB (or 0xADBABB) is known color: Casper. HEX triplet: AD, BA and BB. RGB value is (173,186,187). Sum of RGB (Red+Green+Blue) = 173+186+187=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBABB is #524544. Grayscale: #B6B6B6. Windows color (decimal): -5391685 or 12303021. OLE color: 12303021.

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

Color convert

RGB 173 186 187 -
CMYK 0.07 0.01 0 0.27
HSL 184.29º 0.09% 0.71% -
HSV(B) 184.29º 0.07% 0.73% -
XYZ 43.76 47.59 53.89 -
YUV 182.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 173 186 187 0.07 0.01 0 0.27 184.29 0.09 0.71
Hex AD BA BB 7 1 0 1B B8 9 47
Octal 255 272 273 7 1 0 33 270 11 107
Binary 10101101 10111010 10111011 111 1 0 11011 10111000 1001 1000111

Color Harmonies of #ADBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBABB

Black with #ADBABB

Text Example


Text Example

White with #ADBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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