Html Css Color HEX #ADBEBA Opal

📋 copy color: '#ADBEBA'

red 173 ◦ green 190 ◦ blue 186

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

Shades of Opal #ADBEBA

Tints of Opal #ADBEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.61%

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

R = 31.51%
G = 34.61%
B = 33.88%

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

#ADBEBA (or 0xADBEBA) is known color: Opal. HEX triplet: AD, BE and BA. RGB value is (173,190,186). Sum of RGB (Red+Green+Blue) = 173+190+186=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEBA is #524145. Grayscale: #B8B8B8. Windows color (decimal): -5390662 or 12238509. OLE color: 12238509.

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

Color convert

RGB 173 190 186 -
CMYK 0.09 0 0.02 0.25
HSL 165.88º 0.12% 0.71% -
HSV(B) 165.88º 0.09% 0.75% -
XYZ 44.51 49.26 53.62 -
YUV 184.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 173 190 186 0.09 0 0.02 0.25 165.88 0.12 0.71
Hex AD BE BA 9 0 2 19 A6 C 47
Octal 255 276 272 11 0 2 31 246 14 107
Binary 10101101 10111110 10111010 1001 0 10 11001 10100110 1100 1000111

Color Harmonies of #ADBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEBA

Black with #ADBEBA

Text Example


Text Example

White with #ADBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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