Html Css Color HEX #ADBDBB Opal

📋 copy color: '#ADBDBB'

red 173 ◦ green 189 ◦ blue 187

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

Shades of Opal #ADBDBB

Tints of Opal #ADBDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.43%

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

R = 31.51%
G = 34.43%
B = 34.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#ADBDBB (or 0xADBDBB) is known color: Opal. HEX triplet: AD, BD and BB. RGB value is (173,189,187). Sum of RGB (Red+Green+Blue) = 173+189+187=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDBB is #524244. Grayscale: #B7B7B7. Windows color (decimal): -5390917 or 12303789. OLE color: 12303789.

HSL color Cylindrical-coordinate representation of color #ADBDBB: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDBB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 187 -
CMYK 0.08 0 0.01 0.26
HSL 172.5º 0.11% 0.71% -
HSV(B) 172.5º 0.08% 0.74% -
XYZ 44.4 48.87 54.11 -
YUV 183.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 173 189 187 0.08 0 0.01 0.26 172.5 0.11 0.71
Hex AD BD BB 8 0 1 1A AC B 47
Octal 255 275 273 10 0 1 32 254 13 107
Binary 10101101 10111101 10111011 1000 0 1 11010 10101100 1011 1000111

Color Harmonies of #ADBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDBB

Black with #ADBDBB

Text Example


Text Example

White with #ADBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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