Html Css Color HEX #ADBFBB Opal

📋 copy color: '#ADBFBB'

red 173 ◦ green 191 ◦ blue 187

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

Shades of Opal #ADBFBB

Tints of Opal #ADBFBB

RGB

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

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

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

R = 31.4%
G = 34.66%
B = 33.94%

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

#ADBFBB (or 0xADBFBB) is known color: Opal. HEX triplet: AD, BF and BB. RGB value is (173,191,187). Sum of RGB (Red+Green+Blue) = 173+191+187=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFBB is #524044. Grayscale: #B9B9B9. Windows color (decimal): -5390405 or 12304301. OLE color: 12304301.

HSL color Cylindrical-coordinate representation of color #ADBFBB: hue angle of 166.67º 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 #ADBFBB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 187 -
CMYK 0.09 0 0.02 0.25
HSL 166.67º 0.12% 0.71% -
HSV(B) 166.67º 0.09% 0.75% -
XYZ 44.83 49.73 54.25 -
YUV 185.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 173 191 187 0.09 0 0.02 0.25 166.67 0.12 0.71
Hex AD BF BB 9 0 2 19 A7 C 47
Octal 255 277 273 11 0 2 31 247 14 107
Binary 10101101 10111111 10111011 1001 0 10 11001 10100111 1100 1000111

Color Harmonies of #ADBFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFBB

Black with #ADBFBB

Text Example


Text Example

White with #ADBFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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