Html Css Color HEX #ADBCBA Opal

📋 copy color: '#ADBCBA'

red 173 ◦ green 188 ◦ blue 186

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

Shades of Opal #ADBCBA

Tints of Opal #ADBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.37%

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

R = 31.63%
G = 34.37%
B = 34%

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

#ADBCBA (or 0xADBCBA) is known color: Opal. HEX triplet: AD, BC and BA. RGB value is (173,188,186). Sum of RGB (Red+Green+Blue) = 173+188+186=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCBA is #524345. Grayscale: #B7B7B7. Windows color (decimal): -5391174 or 12237997. OLE color: 12237997.

HSL color Cylindrical-coordinate representation of color #ADBCBA: hue angle of 172º degrees, saturation: 0.1, 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 #ADBCBA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 188 186 -
CMYK 0.08 0 0.01 0.26
HSL 172º 0.1% 0.71% -
HSV(B) 172º 0.08% 0.74% -
XYZ 44.08 48.4 53.47 -
YUV 183.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 173 188 186 0.08 0 0.01 0.26 172 0.1 0.71
Hex AD BC BA 8 0 1 1A AC A 47
Octal 255 274 272 10 0 1 32 254 12 107
Binary 10101101 10111100 10111010 1000 0 1 11010 10101100 1010 1000111

Color Harmonies of #ADBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBCBA

Black with #ADBCBA

Text Example


Text Example

White with #ADBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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