Html Css Color HEX #ADBFBC Opal

📋 copy color: '#ADBFBC'

red 173 ◦ green 191 ◦ blue 188

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

Shades of Opal #ADBFBC

Tints of Opal #ADBFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 34.6%

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 31.34%
G = 34.6%
B = 34.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#ADBFBC (or 0xADBFBC) is known color: Opal. HEX triplet: AD, BF and BC. RGB value is (173,191,188). Sum of RGB (Red+Green+Blue) = 173+191+188=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFBC is #524043. Grayscale: #B9B9B9. Windows color (decimal): -5390404 or 12369837. OLE color: 12369837.

HSL color Cylindrical-coordinate representation of color #ADBFBC: hue angle of 170º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBFBC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 188 -
CMYK 0.09 0 0.02 0.25
HSL 170º 0.12% 0.71% -
HSV(B) 170º 0.09% 0.75% -
XYZ 44.94 49.78 54.82 -
YUV 185.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 173 191 188 0.09 0 0.02 0.25 170 0.12 0.71
Hex AD BF BC 9 0 2 19 AA C 47
Octal 255 277 274 11 0 2 31 252 14 107
Binary 10101101 10111111 10111100 1001 0 10 11001 10101010 1100 1000111

Color Harmonies of #ADBFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFBC

Black with #ADBFBC

Text Example


Text Example

White with #ADBFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFBC; }

 p { color: rgb(173,191,188); }

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

background-color css

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

 a { background-color: rgb(173,191,188); }

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

border-color css

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

 span { border-color: rgb(173,191,188); }

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