Html Css Color HEX #ADC2BB Opal

📋 copy color: '#ADC2BB'

red 173 ◦ green 194 ◦ blue 187

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

Shades of Opal #ADC2BB

Tints of Opal #ADC2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.02%

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

R = 31.23%
G = 35.02%
B = 33.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#ADC2BB (or 0xADC2BB) is known color: Opal. HEX triplet: AD, C2 and BB. RGB value is (173,194,187). Sum of RGB (Red+Green+Blue) = 173+194+187=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2BB is #523D44. Grayscale: #BABABA. Windows color (decimal): -5389637 or 12305069. OLE color: 12305069.

HSL color Cylindrical-coordinate representation of color #ADC2BB: hue angle of 160º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2BB is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 187 -
CMYK 0.11 0 0.04 0.24
HSL 160º 0.15% 0.72% -
HSV(B) 160º 0.11% 0.76% -
XYZ 45.5 51.06 54.47 -
YUV 186.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 173 194 187 0.11 0 0.04 0.24 160 0.15 0.72
Hex AD C2 BB B 0 4 18 A0 F 48
Octal 255 302 273 13 0 4 30 240 17 110
Binary 10101101 11000010 10111011 1011 0 100 11000 10100000 1111 1001000

Color Harmonies of #ADC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2BB

Black with #ADC2BB

Text Example


Text Example

White with #ADC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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